Html Css Color HEX #AB7016 Golden Brown

📋 copy color: '#AB7016'

red 171 ◦ green 112 ◦ blue 22

#AB7016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AB7016

Tints of Golden Brown #AB7016

RGB

 RED value IS 171 (67.19% from 255) = 56.07%

 GREEN value IS 112 (44.14% from 255) = 36.72%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 56.07%
G = 36.72%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB7016 (or 0xAB7016) is known color: Golden Brown. HEX triplet: AB, 70 and 16. RGB value is (171,112,22). Sum of RGB (Red+Green+Blue) = 171+112+22=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7016 is #548FE9. Grayscale: #777777. Windows color (decimal): -5541866 or 1470635. OLE color: 1470635.

HSL color Cylindrical-coordinate representation of color #AB7016: hue angle of 36.24º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB7016 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 22 -
CMYK 0 0.35 0.87 0.33
HSL 36.24º 0.77% 0.38% -
HSV(B) 36.24º 0.87% 0.67% -
XYZ 22.73 20.3 3.48 -
YUV 119.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 171 112 22 0 0.35 0.87 0.33 36.24 0.77 0.38
Hex AB 70 16 0 23 57 21 24 4D 26
Octal 253 160 26 0 43 127 41 44 115 46
Binary 10101011 1110000 10110 0 100011 1010111 100001 100100 1001101 100110

Color Harmonies of #AB7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7016

Black with #AB7016

Text Example


Text Example

White with #AB7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7016; }

 p { color: rgb(171,112,22); }

 H1.HeaderClassName
 {
   color: #AB7016;
 }
 .AnyTagClassName
 {
   color: #AB7016;
 }
</style>

background-color css

<style>
 a { background-color: #AB7016; }

 a { background-color: rgb(171,112,22); }

 div.DivClassName
 {
   background-color: #AB7016;
 }
 .BgClassName
 {
   background-color: #AB7016;
 }
</style>

border-color css

<style>
 span { border-color: #AB7016; }

 span { border-color: rgb(171,112,22); }

 td.TdClassName
 {
   border-color: #AB7016;
 }
 .TagClassName
 {
   border-color: #AB7016;
 }
</style>