Html Css Color HEX #A05A24 Rich Gold

📋 copy color: '#A05A24'

red 160 ◦ green 90 ◦ blue 36

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

Shades of Rich Gold #A05A24

Tints of Rich Gold #A05A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

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

R = 55.94%
G = 31.47%
B = 12.59%

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

#A05A24 (or 0xA05A24) is known color: Rich Gold. HEX triplet: A0, 5A and 24. RGB value is (160,90,36). Sum of RGB (Red+Green+Blue) = 160+90+36=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05A24 is #5FA5DB. Grayscale: #696969. Windows color (decimal): -6268380 or 2382496. OLE color: 2382496.

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

Color convert

RGB 160 90 36 -
CMYK 0 0.44 0.78 0.37
HSL 26.13º 0.63% 0.38% -
HSV(B) 26.13º 0.78% 0.63% -
XYZ 18.47 14.91 3.57 -
YUV 104.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 160 90 36 0 0.44 0.78 0.37 26.13 0.63 0.38
Hex A0 5A 24 0 2C 4E 25 1A 3F 26
Octal 240 132 44 0 54 116 45 32 77 46
Binary 10100000 1011010 100100 0 101100 1001110 100101 11010 111111 100110

Color Harmonies of #A05A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A24

Black with #A05A24

Text Example


Text Example

White with #A05A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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