#A44B1E

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

Shades of Rich Gold #A44B1E

Tints of Rich Gold #A44B1E

Color information

#A44B1E (or 0xA44B1E) is unknown color: approx Rich Gold. HEX triplet: A4, 4B and 1E. RGB value is (164,75,30). Sum of RGB (Red+Green+Blue) = 164+75+30=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B1E is #5BB4E1. Grayscale: #606060. Windows color (decimal): -6010082 or 1985444. OLE color: 1985444.

HSL color Cylindrical-coordinate representation of color #A44B1E: hue angle of 20.15º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A44B1E is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1647530-
CMYK00.540.820.36
HSL20.15º69.07%38.04%-
HSV(B)20.15º81.71%64.31%-
XYZ18.0613.022.79-
YUV96.4890.49176.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.97%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=60.97%
G=27.88%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164753000.540.820.3620.1569.0738.04
HexA44B1E0365224144526
Octal24411336066122442410546
Binary1010010010010111111001101101010010100100101001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B1E; }

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

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

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

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

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

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

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

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