Html Css Color HEX #A05224 Rich Gold

📋 copy color: '#A05224'

red 160 ◦ green 82 ◦ blue 36

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

Shades of Rich Gold #A05224

Tints of Rich Gold #A05224

RGB

 RED value IS 160 (62.89% from 255) = 57.55%

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

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

R = 57.55%
G = 29.5%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05224 (or 0xA05224) is known color: Rich Gold. HEX triplet: A0, 52 and 24. RGB value is (160,82,36). Sum of RGB (Red+Green+Blue) = 160+82+36=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A05224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05224 is #5FADDB. Grayscale: #646464. Windows color (decimal): -6270428 or 2380448. OLE color: 2380448.

HSL color Cylindrical-coordinate representation of color #A05224: hue angle of 22.26º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A05224 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 36 -
CMYK 0 0.49 0.78 0.37
HSL 22.26º 0.63% 0.38% -
HSV(B) 22.26º 0.78% 0.63% -
XYZ 17.83 13.64 3.36 -
YUV 100.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 160 82 36 0 0.49 0.78 0.37 22.26 0.63 0.38
Hex A0 52 24 0 31 4E 25 16 3F 26
Octal 240 122 44 0 61 116 45 26 77 46
Binary 10100000 1010010 100100 0 110001 1001110 100101 10110 111111 100110

Color Harmonies of #A05224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05224

Black with #A05224

Text Example


Text Example

White with #A05224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05224; }

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

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

background-color css

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

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

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

border-color css

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

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

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