Html Css Color HEX #AB5917 Rich Gold

📋 copy color: '#AB5917'

red 171 ◦ green 89 ◦ blue 23

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

Shades of Rich Gold #AB5917

Tints of Rich Gold #AB5917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 60.42%
G = 31.45%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB5917 (or 0xAB5917) is known color: Rich Gold. HEX triplet: AB, 59 and 17. RGB value is (171,89,23). Sum of RGB (Red+Green+Blue) = 171+89+23=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5917 is #54A6E8. Grayscale: #6A6A6A. Windows color (decimal): -5547753 or 1530283. OLE color: 1530283.

HSL color Cylindrical-coordinate representation of color #AB5917: hue angle of 26.76º degrees, saturation: 0.76, 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 #AB5917 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 89 23 -
CMYK 0 0.48 0.87 0.33
HSL 26.76º 0.76% 0.38% -
HSV(B) 26.76º 0.87% 0.67% -
XYZ 20.52 15.86 2.79 -
YUV 105.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 171 89 23 0 0.48 0.87 0.33 26.76 0.76 0.38
Hex AB 59 17 0 30 57 21 1B 4C 26
Octal 253 131 27 0 60 127 41 33 114 46
Binary 10101011 1011001 10111 0 110000 1010111 100001 11011 1001100 100110

Color Harmonies of #AB5917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5917

Black with #AB5917

Text Example


Text Example

White with #AB5917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5917; }

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

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

background-color css

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

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

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

border-color css

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

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

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