Html Css Color HEX #AB5118 Rich Gold

📋 copy color: '#AB5118'

red 171 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #AB5118

Tints of Rich Gold #AB5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 61.96%
G = 29.35%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB5118 (or 0xAB5118) is known color: Rich Gold. HEX triplet: AB, 51 and 18. RGB value is (171,81,24). Sum of RGB (Red+Green+Blue) = 171+81+24=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5118 is #54AEE7. Grayscale: #656565. Windows color (decimal): -5549800 or 1593771. OLE color: 1593771.

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

Color convert

RGB 171 81 24 -
CMYK 0 0.53 0.86 0.33
HSL 23.27º 0.75% 0.38% -
HSV(B) 23.27º 0.86% 0.67% -
XYZ 19.9 14.61 2.63 -
YUV 101.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 171 81 24 0 0.53 0.86 0.33 23.27 0.75 0.38
Hex AB 51 18 0 35 56 21 17 4B 26
Octal 253 121 30 0 65 126 41 27 113 46
Binary 10101011 1010001 11000 0 110101 1010110 100001 10111 1001011 100110

Color Harmonies of #AB5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5118

Black with #AB5118

Text Example


Text Example

White with #AB5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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