Html Css Color HEX #AB5020 Rich Gold

📋 copy color: '#AB5020'

red 171 ◦ green 80 ◦ blue 32

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

Shades of Rich Gold #AB5020

Tints of Rich Gold #AB5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 60.42%
G = 28.27%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB5020 (or 0xAB5020) is known color: Rich Gold. HEX triplet: AB, 50 and 20. RGB value is (171,80,32). Sum of RGB (Red+Green+Blue) = 171+80+32=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5020 is #54AFDF. Grayscale: #666666. Windows color (decimal): -5550048 or 2117803. OLE color: 2117803.

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

Color convert

RGB 171 80 32 -
CMYK 0 0.53 0.81 0.33
HSL 20.72º 0.68% 0.4% -
HSV(B) 20.72º 0.81% 0.67% -
XYZ 19.92 14.5 3.12 -
YUV 101.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 171 80 32 0 0.53 0.81 0.33 20.72 0.68 0.4
Hex AB 50 20 0 35 51 21 15 44 28
Octal 253 120 40 0 65 121 41 25 104 50
Binary 10101011 1010000 100000 0 110101 1010001 100001 10101 1000100 101000

Color Harmonies of #AB5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5020

Black with #AB5020

Text Example


Text Example

White with #AB5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5020; }

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

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

background-color css

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

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

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

border-color css

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

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

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