Html Css Color HEX #A04A27 Rich Gold

📋 copy color: '#A04A27'

red 160 ◦ green 74 ◦ blue 39

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

Shades of Rich Gold #A04A27

Tints of Rich Gold #A04A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 58.61%
G = 27.11%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A04A27 (or 0xA04A27) is known color: Rich Gold. HEX triplet: A0, 4A and 27. RGB value is (160,74,39). Sum of RGB (Red+Green+Blue) = 160+74+39=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A27 is #5FB5D8. Grayscale: #5F5F5F. Windows color (decimal): -6272473 or 2575008. OLE color: 2575008.

HSL color Cylindrical-coordinate representation of color #A04A27: hue angle of 17.36º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A04A27 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 74 39 -
CMYK 0 0.54 0.76 0.37
HSL 17.36º 0.61% 0.39% -
HSV(B) 17.36º 0.76% 0.63% -
XYZ 17.31 12.52 3.42 -
YUV 95.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 160 74 39 0 0.54 0.76 0.37 17.36 0.61 0.39
Hex A0 4A 27 0 36 4C 25 11 3D 27
Octal 240 112 47 0 66 114 45 21 75 47
Binary 10100000 1001010 100111 0 110110 1001100 100101 10001 111101 100111

Color Harmonies of #A04A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A27

Black with #A04A27

Text Example


Text Example

White with #A04A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A27; }

 p { color: rgb(160,74,39); }

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

background-color css

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

 a { background-color: rgb(160,74,39); }

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

border-color css

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

 span { border-color: rgb(160,74,39); }

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