Html Css Color HEX #AB4C18 Rich Gold

📋 copy color: '#AB4C18'

red 171 ◦ green 76 ◦ blue 24

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

Shades of Rich Gold #AB4C18

Tints of Rich Gold #AB4C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

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

R = 63.1%
G = 28.04%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB4C18 (or 0xAB4C18) is known color: Rich Gold. HEX triplet: AB, 4C and 18. RGB value is (171,76,24). Sum of RGB (Red+Green+Blue) = 171+76+24=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C18 is #54B3E7. Grayscale: #626262. Windows color (decimal): -5551080 or 1592491. OLE color: 1592491.

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

Color convert

RGB 171 76 24 -
CMYK 0 0.56 0.86 0.33
HSL 21.22º 0.75% 0.38% -
HSV(B) 21.22º 0.86% 0.67% -
XYZ 19.54 13.89 2.52 -
YUV 98.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 171 76 24 0 0.56 0.86 0.33 21.22 0.75 0.38
Hex AB 4C 18 0 38 56 21 15 4B 26
Octal 253 114 30 0 70 126 41 25 113 46
Binary 10101011 1001100 11000 0 111000 1010110 100001 10101 1001011 100110

Color Harmonies of #AB4C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C18

Black with #AB4C18

Text Example


Text Example

White with #AB4C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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