#A44A1F

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

Shades of Rich Gold #A44A1F

Tints of Rich Gold #A44A1F

Color information

#A44A1F (or 0xA44A1F) is unknown color: approx Rich Gold. HEX triplet: A4, 4A and 1F. RGB value is (164,74,31). Sum of RGB (Red+Green+Blue) = 164+74+31=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A1F is #5BB5E0. Grayscale: #606060. Windows color (decimal): -6010337 or 2050724. OLE color: 2050724.

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

Color convert

RGB1647431-
CMYK00.550.810.36
HSL19.4º68.21%38.24%-
HSV(B)19.4º81.1%64.31%-
XYZ18.0112.892.84-
YUV96.0191.32176.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 60.97%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=60.97%
G=27.51%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164743100.550.810.3619.468.2138.24
HexA44A1F0375124134426
Octal24411237067121442310446
Binary1010010010010101111101101111010001100100100111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A1F; }

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

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

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

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

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

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

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

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