Html Css Color HEX #A05624 Rich Gold

📋 copy color: '#A05624'

red 160 ◦ green 86 ◦ blue 36

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

Shades of Rich Gold #A05624

Tints of Rich Gold #A05624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 56.74%
G = 30.5%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05624 (or 0xA05624) is known color: Rich Gold. HEX triplet: A0, 56 and 24. RGB value is (160,86,36). Sum of RGB (Red+Green+Blue) = 160+86+36=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A05624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05624 is #5FA9DB. Grayscale: #666666. Windows color (decimal): -6269404 or 2381472. OLE color: 2381472.

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

Color convert

RGB 160 86 36 -
CMYK 0 0.46 0.78 0.37
HSL 24.19º 0.63% 0.38% -
HSV(B) 24.19º 0.78% 0.63% -
XYZ 18.14 14.26 3.46 -
YUV 102.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 160 86 36 0 0.46 0.78 0.37 24.19 0.63 0.38
Hex A0 56 24 0 2E 4E 25 18 3F 26
Octal 240 126 44 0 56 116 45 30 77 46
Binary 10100000 1010110 100100 0 101110 1001110 100101 11000 111111 100110

Color Harmonies of #A05624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05624

Black with #A05624

Text Example


Text Example

White with #A05624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05624; }

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

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

background-color css

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

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

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

border-color css

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

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

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