#A44634

Color #A44634 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A44634

Tints of Rock Spray #A44634

Color information

#A44634 (or 0xA44634) is unknown color: approx Rock Spray. HEX triplet: A4, 46 and 34. RGB value is (164,70,52). Sum of RGB (Red+Green+Blue) = 164+70+52=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A44634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44634 is #5BB9CB. Grayscale: #606060. Windows color (decimal): -6011340 or 3425956. OLE color: 3425956.

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

Color convert

RGB1647052-
CMYK00.570.680.36
HSL9.64º51.85%42.35%-
HSV(B)9.64º68.29%64.31%-
XYZ18.1212.524.71-
YUV96.05103.14176.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.34%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=57.34%
G=24.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164705200.570.680.369.6451.8542.35
HexA446340394424a342a
Octal2441066407110444126452
Binary101001001000110110100011100110001001001001010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44634; }

 p { color: rgb(164,70,52); }

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

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

 a { background-color: rgb(164,70,52); }

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

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

 span { border-color: rgb(164,70,52); }

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