Html Css Color HEX #A04A1A Rich Gold

📋 copy color: '#A04A1A'

red 160 ◦ green 74 ◦ blue 26

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

Shades of Rich Gold #A04A1A

Tints of Rich Gold #A04A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10%

R = 61.54%
G = 28.46%
B = 10%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04A1A (or 0xA04A1A) is known color: Rich Gold. HEX triplet: A0, 4A and 1A. RGB value is (160,74,26). Sum of RGB (Red+Green+Blue) = 160+74+26=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A1A is #5FB5E5. Grayscale: #5E5E5E. Windows color (decimal): -6272486 or 1723040. OLE color: 1723040.

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

Color convert

RGB 160 74 26 -
CMYK 0 0.54 0.84 0.37
HSL 21.49º 0.72% 0.36% -
HSV(B) 21.49º 0.84% 0.63% -
XYZ 17.13 12.45 2.48 -
YUV 94.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 160 74 26 0 0.54 0.84 0.37 21.49 0.72 0.36
Hex A0 4A 1A 0 36 54 25 15 48 24
Octal 240 112 32 0 66 124 45 25 110 44
Binary 10100000 1001010 11010 0 110110 1010100 100101 10101 1001000 100100

Color Harmonies of #A04A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A1A

Black with #A04A1A

Text Example


Text Example

White with #A04A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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