Html Css Color HEX #A04D19 Rich Gold

📋 copy color: '#A04D19'

red 160 ◦ green 77 ◦ blue 25

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

Shades of Rich Gold #A04D19

Tints of Rich Gold #A04D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.54%

R = 61.07%
G = 29.39%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04D19 (or 0xA04D19) is known color: Rich Gold. HEX triplet: A0, 4D and 19. RGB value is (160,77,25). Sum of RGB (Red+Green+Blue) = 160+77+25=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04D19 is #5FB2E6. Grayscale: #606060. Windows color (decimal): -6271719 or 1658272. OLE color: 1658272.

HSL color Cylindrical-coordinate representation of color #A04D19: hue angle of 23.11º degrees, saturation: 0.73, 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 #A04D19 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 77 25 -
CMYK 0 0.52 0.84 0.37
HSL 23.11º 0.73% 0.36% -
HSV(B) 23.11º 0.84% 0.63% -
XYZ 17.33 12.85 2.49 -
YUV 95.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 160 77 25 0 0.52 0.84 0.37 23.11 0.73 0.36
Hex A0 4D 19 0 34 54 25 17 49 24
Octal 240 115 31 0 64 124 45 27 111 44
Binary 10100000 1001101 11001 0 110100 1010100 100101 10111 1001001 100100

Color Harmonies of #A04D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D19

Black with #A04D19

Text Example


Text Example

White with #A04D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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