Html Css Color HEX #A04517 Rich Gold

📋 copy color: '#A04517'

red 160 ◦ green 69 ◦ blue 23

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

Shades of Rich Gold #A04517

Tints of Rich Gold #A04517

RGB

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

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

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

R = 63.49%
G = 27.38%
B = 9.13%

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

#A04517 (or 0xA04517) is known color: Rich Gold. HEX triplet: A0, 45 and 17. RGB value is (160,69,23). Sum of RGB (Red+Green+Blue) = 160+69+23=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04517 is #5FBAE8. Grayscale: #5B5B5B. Windows color (decimal): -6273769 or 1525152. OLE color: 1525152.

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

Color convert

RGB 160 69 23 -
CMYK 0 0.57 0.86 0.37
HSL 20.15º 0.75% 0.36% -
HSV(B) 20.15º 0.86% 0.63% -
XYZ 16.78 11.79 2.2 -
YUV 90.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 160 69 23 0 0.57 0.86 0.37 20.15 0.75 0.36
Hex A0 45 17 0 39 56 25 14 4B 24
Octal 240 105 27 0 71 126 45 24 113 44
Binary 10100000 1000101 10111 0 111001 1010110 100101 10100 1001011 100100

Color Harmonies of #A04517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04517

Black with #A04517

Text Example


Text Example

White with #A04517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04517; }

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

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

background-color css

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

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

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

border-color css

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

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

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