#A44935

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

Shades of Rock Spray #A44935

Tints of Rock Spray #A44935

Color information

#A44935 (or 0xA44935) is unknown color: approx Rock Spray. HEX triplet: A4, 49 and 35. RGB value is (164,73,53). Sum of RGB (Red+Green+Blue) = 164+73+53=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A44935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44935 is #5BB6CA. Grayscale: #626262. Windows color (decimal): -6010571 or 3492260. OLE color: 3492260.

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

Color convert

RGB1647353-
CMYK00.550.680.36
HSL10.81º51.15%42.55%-
HSV(B)10.81º67.68%64.31%-
XYZ18.3312.914.89-
YUV97.93102.65175.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 53 (21.09% from 255) = 18.28%
R=56.55%
G=25.17%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164735300.550.680.3610.8151.1542.55
HexA449350374424b332b
Octal2441116506710444136353
Binary101001001001001110101011011110001001001001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44935; }

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

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

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

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

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

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

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

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