#A44A19

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

Shades of Rich Gold #A44A19

Tints of Rich Gold #A44A19

Color information

#A44A19 (or 0xA44A19) is unknown color: approx Rich Gold. HEX triplet: A4, 4A and 19. RGB value is (164,74,25). Sum of RGB (Red+Green+Blue) = 164+74+25=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A19 is #5BB5E6. Grayscale: #5F5F5F. Windows color (decimal): -6010343 or 1657508. OLE color: 1657508.

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

Color convert

RGB1647425-
CMYK00.550.850.36
HSL21.15º73.54%37.06%-
HSV(B)21.15º84.76%64.31%-
XYZ17.9312.862.46-
YUV95.3288.32176.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.36%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 25 (10.16% from 255) = 9.51%
R=62.36%
G=28.14%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164742500.550.850.3621.1573.5437.06
HexA44A190375524154a25
Octal24411231067125442511245
Binary1010010010010101100101101111010101100100101011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A19; }

 p { color: rgb(164,74,25); }

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

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

 a { background-color: rgb(164,74,25); }

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

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

 span { border-color: rgb(164,74,25); }

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