#A44E1E

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

Shades of Rich Gold #A44E1E

Tints of Rich Gold #A44E1E

Color information

#A44E1E (or 0xA44E1E) is unknown color: approx Rich Gold. HEX triplet: A4, 4E and 1E. RGB value is (164,78,30). Sum of RGB (Red+Green+Blue) = 164+78+30=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E1E is #5BB1E1. Grayscale: #626262. Windows color (decimal): -6009314 or 1986212. OLE color: 1986212.

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

Color convert

RGB1647830-
CMYK00.520.820.36
HSL21.49º69.07%38.04%-
HSV(B)21.49º81.71%64.31%-
XYZ18.2713.442.86-
YUV98.2489.49174.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.29%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=60.29%
G=28.68%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164783000.520.820.3621.4969.0738.04
HexA44E1E0345224154526
Octal24411636064122442510546
Binary1010010010011101111001101001010010100100101011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E1E; }

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

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

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

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

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

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

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

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