Html Css Color HEX #A04319 Rich Gold

📋 copy color: '#A04319'

red 160 ◦ green 67 ◦ blue 25

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

Shades of Rich Gold #A04319

Tints of Rich Gold #A04319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 63.49%
G = 26.59%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04319 (or 0xA04319) is known color: Rich Gold. HEX triplet: A0, 43 and 19. RGB value is (160,67,25). Sum of RGB (Red+Green+Blue) = 160+67+25=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04319 is #5FBCE6. Grayscale: #5A5A5A. Windows color (decimal): -6274279 or 1655712. OLE color: 1655712.

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

Color convert

RGB 160 67 25 -
CMYK 0 0.58 0.84 0.37
HSL 18.67º 0.73% 0.36% -
HSV(B) 18.67º 0.84% 0.63% -
XYZ 16.68 11.56 2.27 -
YUV 90.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 160 67 25 0 0.58 0.84 0.37 18.67 0.73 0.36
Hex A0 43 19 0 3A 54 25 13 49 24
Octal 240 103 31 0 72 124 45 23 111 44
Binary 10100000 1000011 11001 0 111010 1010100 100101 10011 1001001 100100

Color Harmonies of #A04319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04319

Black with #A04319

Text Example


Text Example

White with #A04319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04319; }

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

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

background-color css

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

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

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

border-color css

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

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

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