Html Css Color HEX #AB7011 Golden Brown

📋 copy color: '#AB7011'

red 171 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #AB7011

Tints of Golden Brown #AB7011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 57%
G = 37.33%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB7011 (or 0xAB7011) is known color: Golden Brown. HEX triplet: AB, 70 and 11. RGB value is (171,112,17). Sum of RGB (Red+Green+Blue) = 171+112+17=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7011 is #548FEE. Grayscale: #777777. Windows color (decimal): -5541871 or 1142955. OLE color: 1142955.

HSL color Cylindrical-coordinate representation of color #AB7011: hue angle of 37.01º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB7011 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 17 -
CMYK 0 0.35 0.90 0.33
HSL 37.01º 0.82% 0.37% -
HSV(B) 37.01º 0.9% 0.67% -
XYZ 22.69 20.29 3.25 -
YUV 118.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 171 112 17 0 0.35 0.90 0.33 37.01 0.82 0.37
Hex AB 70 11 0 23 5A 21 25 52 25
Octal 253 160 21 0 43 132 41 45 122 45
Binary 10101011 1110000 10001 0 100011 1011010 100001 100101 1010010 100101

Color Harmonies of #AB7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7011

Black with #AB7011

Text Example


Text Example

White with #AB7011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7011; }

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

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

background-color css

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

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

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

border-color css

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

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

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