Html Css Color HEX #AB5912 Golden Brown

📋 copy color: '#AB5912'

red 171 ◦ green 89 ◦ blue 18

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

Shades of Golden Brown #AB5912

Tints of Golden Brown #AB5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 61.51%
G = 32.01%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5912 (or 0xAB5912) is known color: Golden Brown. HEX triplet: AB, 59 and 12. RGB value is (171,89,18). Sum of RGB (Red+Green+Blue) = 171+89+18=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5912 is #54A6ED. Grayscale: #696969. Windows color (decimal): -5547758 or 1202603. OLE color: 1202603.

HSL color Cylindrical-coordinate representation of color #AB5912: hue angle of 27.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB5912 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 89 18 -
CMYK 0 0.48 0.89 0.33
HSL 27.84º 0.81% 0.37% -
HSV(B) 27.84º 0.89% 0.67% -
XYZ 20.48 15.85 2.55 -
YUV 105.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 171 89 18 0 0.48 0.89 0.33 27.84 0.81 0.37
Hex AB 59 12 0 30 59 21 1C 51 25
Octal 253 131 22 0 60 131 41 34 121 45
Binary 10101011 1011001 10010 0 110000 1011001 100001 11100 1010001 100101

Color Harmonies of #AB5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5912

Black with #AB5912

Text Example


Text Example

White with #AB5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5912; }

 p { color: rgb(171,89,18); }

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

background-color css

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

 a { background-color: rgb(171,89,18); }

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

border-color css

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

 span { border-color: rgb(171,89,18); }

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