Html Css Color HEX #A04717 Rich Gold

📋 copy color: '#A04717'

red 160 ◦ green 71 ◦ blue 23

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

Shades of Rich Gold #A04717

Tints of Rich Gold #A04717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 62.99%
G = 27.95%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A04717 (or 0xA04717) is known color: Rich Gold. HEX triplet: A0, 47 and 17. RGB value is (160,71,23). Sum of RGB (Red+Green+Blue) = 160+71+23=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A04717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04717 is #5FB8E8. Grayscale: #5C5C5C. Windows color (decimal): -6273257 or 1525664. OLE color: 1525664.

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

Color convert

RGB 160 71 23 -
CMYK 0 0.56 0.86 0.37
HSL 21.02º 0.75% 0.36% -
HSV(B) 21.02º 0.86% 0.63% -
XYZ 16.91 12.04 2.24 -
YUV 92.14 88.99 176.4 -
System Red Green Blue C M Y K H S L
Decimal 160 71 23 0 0.56 0.86 0.37 21.02 0.75 0.36
Hex A0 47 17 0 38 56 25 15 4B 24
Octal 240 107 27 0 70 126 45 25 113 44
Binary 10100000 1000111 10111 0 111000 1010110 100101 10101 1001011 100100

Color Harmonies of #A04717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04717

Black with #A04717

Text Example


Text Example

White with #A04717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04717; }

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

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

background-color css

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

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

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

border-color css

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

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

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