Html Css Color HEX #AB5518 Rich Gold

📋 copy color: '#AB5518'

red 171 ◦ green 85 ◦ blue 24

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

Shades of Rich Gold #AB5518

Tints of Rich Gold #AB5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.36%

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

R = 61.07%
G = 30.36%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB5518 (or 0xAB5518) is known color: Rich Gold. HEX triplet: AB, 55 and 18. RGB value is (171,85,24). Sum of RGB (Red+Green+Blue) = 171+85+24=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5518 is #54AAE7. Grayscale: #686868. Windows color (decimal): -5548776 or 1594795. OLE color: 1594795.

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

Color convert

RGB 171 85 24 -
CMYK 0 0.50 0.86 0.33
HSL 24.9º 0.75% 0.38% -
HSV(B) 24.9º 0.86% 0.67% -
XYZ 20.21 15.22 2.74 -
YUV 103.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 171 85 24 0 0.50 0.86 0.33 24.9 0.75 0.38
Hex AB 55 18 0 32 56 21 19 4B 26
Octal 253 125 30 0 62 126 41 31 113 46
Binary 10101011 1010101 11000 0 110010 1010110 100001 11001 1001011 100110

Color Harmonies of #AB5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5518

Black with #AB5518

Text Example


Text Example

White with #AB5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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