#A44E17

Color #A44E17 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A44E17

Tints of Rich Gold #A44E17

Color information

#A44E17 (or 0xA44E17) is unknown color: approx Rich Gold. HEX triplet: A4, 4E and 17. RGB value is (164,78,23). Sum of RGB (Red+Green+Blue) = 164+78+23=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E17 is #5BB1E8. Grayscale: #616161. Windows color (decimal): -6009321 or 1527460. OLE color: 1527460.

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

Color convert

RGB1647823-
CMYK00.520.860.36
HSL23.4º75.4%36.67%-
HSV(B)23.4º85.98%64.31%-
XYZ18.1913.42.44-
YUV97.4485.99175.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.89%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=61.89%
G=29.43%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164782300.520.860.3623.475.436.67
HexA44E170345624174b25
Octal24411627064126442711345
Binary1010010010011101011101101001010110100100101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E17; }

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

 H1.HeaderClassName
 {
   color: #A44E17;
 }
 .AnyTagClassName
 {
   color: #A44E17;
 }
</style>
background-color css

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

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

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

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

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

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