Html Css Color HEX #A04D14 Rich Gold

📋 copy color: '#A04D14'

red 160 ◦ green 77 ◦ blue 20

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

Shades of Rich Gold #A04D14

Tints of Rich Gold #A04D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 62.26%
G = 29.96%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A04D14 (or 0xA04D14) is known color: Rich Gold. HEX triplet: A0, 4D and 14. RGB value is (160,77,20). Sum of RGB (Red+Green+Blue) = 160+77+20=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04D14 is #5FB2EB. Grayscale: #5F5F5F. Windows color (decimal): -6271724 or 1330592. OLE color: 1330592.

HSL color Cylindrical-coordinate representation of color #A04D14: hue angle of 24.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A04D14 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 20 -
CMYK 0 0.52 0.88 0.37
HSL 24.43º 0.78% 0.35% -
HSV(B) 24.43º 0.88% 0.63% -
XYZ 17.28 12.83 2.23 -
YUV 95.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 160 77 20 0 0.52 0.88 0.37 24.43 0.78 0.35
Hex A0 4D 14 0 34 58 25 18 4E 23
Octal 240 115 24 0 64 130 45 30 116 43
Binary 10100000 1001101 10100 0 110100 1011000 100101 11000 1001110 100011

Color Harmonies of #A04D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D14

Black with #A04D14

Text Example


Text Example

White with #A04D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D14; }

 p { color: rgb(160,77,20); }

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

background-color css

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

 a { background-color: rgb(160,77,20); }

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

border-color css

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

 span { border-color: rgb(160,77,20); }

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