Html Css Color HEX #AB4D18 Rich Gold

📋 copy color: '#AB4D18'

red 171 ◦ green 77 ◦ blue 24

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

Shades of Rich Gold #AB4D18

Tints of Rich Gold #AB4D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

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

R = 62.87%
G = 28.31%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB4D18 (or 0xAB4D18) is known color: Rich Gold. HEX triplet: AB, 4D and 18. RGB value is (171,77,24). Sum of RGB (Red+Green+Blue) = 171+77+24=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D18 is #54B2E7. Grayscale: #636363. Windows color (decimal): -5550824 or 1592747. OLE color: 1592747.

HSL color Cylindrical-coordinate representation of color #AB4D18: hue angle of 21.63º 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 #AB4D18 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 77 24 -
CMYK 0 0.55 0.86 0.33
HSL 21.63º 0.75% 0.38% -
HSV(B) 21.63º 0.86% 0.67% -
XYZ 19.61 14.03 2.54 -
YUV 99.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 171 77 24 0 0.55 0.86 0.33 21.63 0.75 0.38
Hex AB 4D 18 0 37 56 21 16 4B 26
Octal 253 115 30 0 67 126 41 26 113 46
Binary 10101011 1001101 11000 0 110111 1010110 100001 10110 1001011 100110

Color Harmonies of #AB4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D18

Black with #AB4D18

Text Example


Text Example

White with #AB4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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