Html Css Color HEX #AB5224 Rich Gold

📋 copy color: '#AB5224'

red 171 ◦ green 82 ◦ blue 36

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

Shades of Rich Gold #AB5224

Tints of Rich Gold #AB5224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 59.17%
G = 28.37%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB5224 (or 0xAB5224) is known color: Rich Gold. HEX triplet: AB, 52 and 24. RGB value is (171,82,36). Sum of RGB (Red+Green+Blue) = 171+82+36=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5224 is #54ADDB. Grayscale: #676767. Windows color (decimal): -5549532 or 2380459. OLE color: 2380459.

HSL color Cylindrical-coordinate representation of color #AB5224: hue angle of 20.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB5224 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 36 -
CMYK 0 0.52 0.79 0.33
HSL 20.44º 0.65% 0.41% -
HSV(B) 20.44º 0.79% 0.67% -
XYZ 20.13 14.82 3.47 -
YUV 103.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 171 82 36 0 0.52 0.79 0.33 20.44 0.65 0.41
Hex AB 52 24 0 34 4F 21 14 41 29
Octal 253 122 44 0 64 117 41 24 101 51
Binary 10101011 1010010 100100 0 110100 1001111 100001 10100 1000001 101001

Color Harmonies of #AB5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5224

Black with #AB5224

Text Example


Text Example

White with #AB5224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5224; }

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

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

background-color css

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

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

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

border-color css

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

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

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