Html Css Color HEX #AB5918 Rich Gold

📋 copy color: '#AB5918'

red 171 ◦ green 89 ◦ blue 24

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

Shades of Rich Gold #AB5918

Tints of Rich Gold #AB5918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 60.21%
G = 31.34%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB5918 (or 0xAB5918) is known color: Rich Gold. HEX triplet: AB, 59 and 18. RGB value is (171,89,24). Sum of RGB (Red+Green+Blue) = 171+89+24=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5918 is #54A6E7. Grayscale: #6A6A6A. Windows color (decimal): -5547752 or 1595819. OLE color: 1595819.

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

Color convert

RGB 171 89 24 -
CMYK 0 0.48 0.86 0.33
HSL 26.53º 0.75% 0.38% -
HSV(B) 26.53º 0.86% 0.67% -
XYZ 20.53 15.87 2.84 -
YUV 106.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 171 89 24 0 0.48 0.86 0.33 26.53 0.75 0.38
Hex AB 59 18 0 30 56 21 1B 4B 26
Octal 253 131 30 0 60 126 41 33 113 46
Binary 10101011 1011001 11000 0 110000 1010110 100001 11011 1001011 100110

Color Harmonies of #AB5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5918

Black with #AB5918

Text Example


Text Example

White with #AB5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5918; }

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

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

background-color css

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

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

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

border-color css

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

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

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