Html Css Color HEX #A04519 Rich Gold

📋 copy color: '#A04519'

red 160 ◦ green 69 ◦ blue 25

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

Shades of Rich Gold #A04519

Tints of Rich Gold #A04519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 62.99%
G = 27.17%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04519 (or 0xA04519) is known color: Rich Gold. HEX triplet: A0, 45 and 19. RGB value is (160,69,25). Sum of RGB (Red+Green+Blue) = 160+69+25=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A04519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04519 is #5FBAE6. Grayscale: #5B5B5B. Windows color (decimal): -6273767 or 1656224. OLE color: 1656224.

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

Color convert

RGB 160 69 25 -
CMYK 0 0.57 0.84 0.37
HSL 19.56º 0.73% 0.36% -
HSV(B) 19.56º 0.84% 0.63% -
XYZ 16.8 11.8 2.31 -
YUV 91.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 160 69 25 0 0.57 0.84 0.37 19.56 0.73 0.36
Hex A0 45 19 0 39 54 25 14 49 24
Octal 240 105 31 0 71 124 45 24 111 44
Binary 10100000 1000101 11001 0 111001 1010100 100101 10100 1001001 100100

Color Harmonies of #A04519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04519

Black with #A04519

Text Example


Text Example

White with #A04519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04519; }

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

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

background-color css

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

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

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

border-color css

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

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

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