Html Css Color HEX #AB5420 Rich Gold

📋 copy color: '#AB5420'

red 171 ◦ green 84 ◦ blue 32

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

Shades of Rich Gold #AB5420

Tints of Rich Gold #AB5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.27%

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

R = 59.58%
G = 29.27%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB5420 (or 0xAB5420) is known color: Rich Gold. HEX triplet: AB, 54 and 20. RGB value is (171,84,32). Sum of RGB (Red+Green+Blue) = 171+84+32=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5420 is #54ABDF. Grayscale: #686868. Windows color (decimal): -5549024 or 2118827. OLE color: 2118827.

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

Color convert

RGB 171 84 32 -
CMYK 0 0.51 0.81 0.33
HSL 22.45º 0.68% 0.4% -
HSV(B) 22.45º 0.81% 0.67% -
XYZ 20.23 15.1 3.22 -
YUV 104.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 171 84 32 0 0.51 0.81 0.33 22.45 0.68 0.4
Hex AB 54 20 0 33 51 21 16 44 28
Octal 253 124 40 0 63 121 41 26 104 50
Binary 10101011 1010100 100000 0 110011 1010001 100001 10110 1000100 101000

Color Harmonies of #AB5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5420

Black with #AB5420

Text Example


Text Example

White with #AB5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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