#A44B18

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

Shades of Rich Gold #A44B18

Tints of Rich Gold #A44B18

Color information

#A44B18 (or 0xA44B18) is unknown color: approx Rich Gold. HEX triplet: A4, 4B and 18. RGB value is (164,75,24). Sum of RGB (Red+Green+Blue) = 164+75+24=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44B18 is #5BB4E7. Grayscale: #606060. Windows color (decimal): -6010088 or 1592228. OLE color: 1592228.

HSL color Cylindrical-coordinate representation of color #A44B18: hue angle of 21.86º 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 #A44B18 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1647524-
CMYK00.540.850.36
HSL21.86º74.47%36.86%-
HSV(B)21.86º85.37%64.31%-
XYZ17.9912.992.42-
YUV95.887.49176.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.36%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=62.36%
G=28.52%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164752400.540.850.3621.8674.4736.86
HexA44B180365524164a25
Octal24411330066125442611245
Binary1010010010010111100001101101010101100100101101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B18; }

 p { color: rgb(164,75,24); }

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

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

 a { background-color: rgb(164,75,24); }

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

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

 span { border-color: rgb(164,75,24); }

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