Html Css Color HEX #AB5221 Rich Gold

📋 copy color: '#AB5221'

red 171 ◦ green 82 ◦ blue 33

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

Shades of Rich Gold #AB5221

Tints of Rich Gold #AB5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 59.79%
G = 28.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB5221 (or 0xAB5221) is known color: Rich Gold. HEX triplet: AB, 52 and 21. RGB value is (171,82,33). Sum of RGB (Red+Green+Blue) = 171+82+33=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5221 is #54ADDE. Grayscale: #676767. Windows color (decimal): -5549535 or 2183851. OLE color: 2183851.

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

Color convert

RGB 171 82 33 -
CMYK 0 0.52 0.81 0.33
HSL 21.3º 0.68% 0.4% -
HSV(B) 21.3º 0.81% 0.67% -
XYZ 20.09 14.8 3.24 -
YUV 103.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 171 82 33 0 0.52 0.81 0.33 21.3 0.68 0.4
Hex AB 52 21 0 34 51 21 15 44 28
Octal 253 122 41 0 64 121 41 25 104 50
Binary 10101011 1010010 100001 0 110100 1010001 100001 10101 1000100 101000

Color Harmonies of #AB5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5221

Black with #AB5221

Text Example


Text Example

White with #AB5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5221; }

 p { color: rgb(171,82,33); }

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

background-color css

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

 a { background-color: rgb(171,82,33); }

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

border-color css

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

 span { border-color: rgb(171,82,33); }

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