Html Css Color HEX #A05924 Rich Gold

📋 copy color: '#A05924'

red 160 ◦ green 89 ◦ blue 36

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

Shades of Rich Gold #A05924

Tints of Rich Gold #A05924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

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

R = 56.14%
G = 31.23%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05924 (or 0xA05924) is known color: Rich Gold. HEX triplet: A0, 59 and 24. RGB value is (160,89,36). Sum of RGB (Red+Green+Blue) = 160+89+36=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A05924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05924 is #5FA6DB. Grayscale: #686868. Windows color (decimal): -6268636 or 2382240. OLE color: 2382240.

HSL color Cylindrical-coordinate representation of color #A05924: hue angle of 25.65º 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 #A05924 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 36 -
CMYK 0 0.44 0.78 0.37
HSL 25.65º 0.63% 0.38% -
HSV(B) 25.65º 0.78% 0.63% -
XYZ 18.39 14.75 3.55 -
YUV 104.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 160 89 36 0 0.44 0.78 0.37 25.65 0.63 0.38
Hex A0 59 24 0 2C 4E 25 1A 3F 26
Octal 240 131 44 0 54 116 45 32 77 46
Binary 10100000 1011001 100100 0 101100 1001110 100101 11010 111111 100110

Color Harmonies of #A05924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05924

Black with #A05924

Text Example


Text Example

White with #A05924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05924; }

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

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

background-color css

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

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

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

border-color css

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

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

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