Html Css Color HEX #AB5520 Rich Gold

📋 copy color: '#AB5520'

red 171 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #AB5520

Tints of Rich Gold #AB5520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 59.38%
G = 29.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB5520 (or 0xAB5520) is known color: Rich Gold. HEX triplet: AB, 55 and 20. RGB value is (171,85,32). Sum of RGB (Red+Green+Blue) = 171+85+32=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5520 is #54AADF. Grayscale: #686868. Windows color (decimal): -5548768 or 2119083. OLE color: 2119083.

HSL color Cylindrical-coordinate representation of color #AB5520: hue angle of 22.88º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB5520 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 32 -
CMYK 0 0.50 0.81 0.33
HSL 22.88º 0.68% 0.4% -
HSV(B) 22.88º 0.81% 0.67% -
XYZ 20.3 15.26 3.24 -
YUV 104.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 171 85 32 0 0.50 0.81 0.33 22.88 0.68 0.4
Hex AB 55 20 0 32 51 21 17 44 28
Octal 253 125 40 0 62 121 41 27 104 50
Binary 10101011 1010101 100000 0 110010 1010001 100001 10111 1000100 101000

Color Harmonies of #AB5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5520

Black with #AB5520

Text Example


Text Example

White with #AB5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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