#A44535

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

Shades of Rock Spray #A44535

Tints of Rock Spray #A44535

Color information

#A44535 (or 0xA44535) is unknown color: approx Rock Spray. HEX triplet: A4, 45 and 35. RGB value is (164,69,53). Sum of RGB (Red+Green+Blue) = 164+69+53=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A44535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44535 is #5BBACA. Grayscale: #5F5F5F. Windows color (decimal): -6011595 or 3491236. OLE color: 3491236.

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

Color convert

RGB1646953-
CMYK00.580.680.36
HSL8.65º51.15%42.55%-
HSV(B)8.65º67.68%64.31%-
XYZ18.0812.414.81-
YUV95.58103.97176.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.34%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=57.34%
G=24.13%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164695300.580.680.368.6551.1542.55
HexA4453503A44249332b
Octal2441056507210444116353
Binary101001001000101110101011101010001001001001001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44535; }

 p { color: rgb(164,69,53); }

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

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

 a { background-color: rgb(164,69,53); }

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

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

 span { border-color: rgb(164,69,53); }

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