#A44F23

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

Shades of Rich Gold #A44F23

Tints of Rich Gold #A44F23

Color information

#A44F23 (or 0xA44F23) is unknown color: approx Rich Gold. HEX triplet: A4, 4F and 23. RGB value is (164,79,35). Sum of RGB (Red+Green+Blue) = 164+79+35=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44F23 is #5BB0DC. Grayscale: #636363. Windows color (decimal): -6009053 or 2314148. OLE color: 2314148.

HSL color Cylindrical-coordinate representation of color #A44F23: hue angle of 20.47º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A44F23 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1647935-
CMYK00.520.790.36
HSL20.47º64.82%39.02%-
HSV(B)20.47º78.66%64.31%-
XYZ18.4113.613.25-
YUV99.491.66174.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=58.99%
G=28.42%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164793500.520.790.3620.4764.8239.02
HexA44F230344F24144127
Octal24411743064117442410147
Binary10100100100111110001101101001001111100100101001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F23; }

 p { color: rgb(164,79,35); }

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

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

 a { background-color: rgb(164,79,35); }

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

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

 span { border-color: rgb(164,79,35); }

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