Html Css Color HEX #A04E17 Rich Gold

📋 copy color: '#A04E17'

red 160 ◦ green 78 ◦ blue 23

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

Shades of Rich Gold #A04E17

Tints of Rich Gold #A04E17

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.89%

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

R = 61.3%
G = 29.89%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A04E17 (or 0xA04E17) is known color: Rich Gold. HEX triplet: A0, 4E and 17. RGB value is (160,78,23). Sum of RGB (Red+Green+Blue) = 160+78+23=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E17 is #5FB1E8. Grayscale: #606060. Windows color (decimal): -6271465 or 1527456. OLE color: 1527456.

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

Color convert

RGB 160 78 23 -
CMYK 0 0.51 0.86 0.37
HSL 24.09º 0.75% 0.36% -
HSV(B) 24.09º 0.86% 0.63% -
XYZ 17.38 12.98 2.4 -
YUV 96.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 160 78 23 0 0.51 0.86 0.37 24.09 0.75 0.36
Hex A0 4E 17 0 33 56 25 18 4B 24
Octal 240 116 27 0 63 126 45 30 113 44
Binary 10100000 1001110 10111 0 110011 1010110 100101 11000 1001011 100100

Color Harmonies of #A04E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E17

Black with #A04E17

Text Example


Text Example

White with #A04E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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