Color Hex Logo

#af531a Color Hex

#AF531A
(175,83,26)
0 Favorites   0 Comments

Color spaces of #af531a

RGB 1758326
HSL0.060.740.39
HSV23°85°69°
CMYK 0.000.530.85   0.31
XYZ20.958915.37512.8403
Yxy15.37510.53500.3925
Hunter Lab39.211126.791423.1530
CIE-Lab46.143734.213147.8293

#af531a color RGB value is (175,83,26).

#af531a hex color red value is 175, green value is 83 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #af531a hue: 0.06 , saturation: 0.74 and the lightness value of af531a is 0.39.

The process color (four color CMYK) of #af531a color hex is 0.00, 0.53, 0.85, 0.31. Web safe color of #af531a is #996633. Color #af531a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 00011010
Octal 257 123 32
Decimal 175 83 26
Hex AF 53 1A

RGB Percentages of Color #af531a

%61.62
%29.23
%9.15

CMYK Percentages of Color #af531a

%0
%53
%85
%31

Triadic Colors of #af531a

#af531a #1aaf53 #531aaf

Analogous Colors of #af531a

#af531a #af9e1a #af1a2c

Monochromatic Colors of #af531a

#af531a

Complementary Color

#af531a #1a76af

#af531a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af531a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af531a Color CSS Codes

.mybgcolor {background-color:#af531a; } 
.myforecolor {color:#af531a; }
.mybordercolor {border:3px solid #af531a; }

#af531a Text Font Color

<p style="color:#af531a">Text here</p>

This sample text font color is #af531a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af531a Background Color

<div style="background-color:#af531a">
Div content here</div>

This div background color is #af531a


#af531a Border Color

<div style="border:3px solid #af531a">
Div here</div>

This div border color is #af531a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,83,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af531a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af531a;
  -webkit-box-shadow: 1px 1px 3px 2px #af531a;
  box-shadow:         1px 1px 3px 2px #af531a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,83,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af531a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af531a;
  -webkit-box-shadow: 1px 1px 3px 2px #af531a;
  box-shadow:         1px 1px 3px 2px #af531a;">
Div content here</div>

This div box has shadow with color #af531a


Comments

No comments written yet.

Please login to write comment.