Html Css Color HEX #A04417 Rich Gold

📋 copy color: '#A04417'

red 160 ◦ green 68 ◦ blue 23

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

Shades of Rich Gold #A04417

Tints of Rich Gold #A04417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 63.75%
G = 27.09%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A04417 (or 0xA04417) is known color: Rich Gold. HEX triplet: A0, 44 and 17. RGB value is (160,68,23). Sum of RGB (Red+Green+Blue) = 160+68+23=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A04417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04417 is #5FBBE8. Grayscale: #5A5A5A. Windows color (decimal): -6274025 or 1524896. OLE color: 1524896.

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

Color convert

RGB 160 68 23 -
CMYK 0 0.57 0.86 0.37
HSL 19.71º 0.75% 0.36% -
HSV(B) 19.71º 0.86% 0.63% -
XYZ 16.72 11.67 2.18 -
YUV 90.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 160 68 23 0 0.57 0.86 0.37 19.71 0.75 0.36
Hex A0 44 17 0 39 56 25 14 4B 24
Octal 240 104 27 0 71 126 45 24 113 44
Binary 10100000 1000100 10111 0 111001 1010110 100101 10100 1001011 100100

Color Harmonies of #A04417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04417

Black with #A04417

Text Example


Text Example

White with #A04417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04417; }

 p { color: rgb(160,68,23); }

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

background-color css

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

 a { background-color: rgb(160,68,23); }

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

border-color css

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

 span { border-color: rgb(160,68,23); }

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