#A24435

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

Shades of Rock Spray #A24435

Tints of Rock Spray #A24435

Color information

#A24435 (or 0xA24435) is unknown color: approx Rock Spray. HEX triplet: A2, 44 and 35. RGB value is (162,68,53). Sum of RGB (Red+Green+Blue) = 162+68+53=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A24435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24435 is #5DBBCA. Grayscale: #5E5E5E. Windows color (decimal): -6142923 or 3490978. OLE color: 3490978.

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

Color convert

RGB1626853-
CMYK00.580.670.36
HSL8.26º50.7%42.16%-
HSV(B)8.26º67.28%63.53%-
XYZ17.6112.074.77-
YUV94.4104.64176.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=57.24%
G=24.03%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162685300.580.670.368.2650.742.16
HexA2443503A43248332a
Octal2421046507210344106352
Binary101000101000100110101011101010000111001001000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24435; }

 p { color: rgb(162,68,53); }

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

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

 a { background-color: rgb(162,68,53); }

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

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

 span { border-color: rgb(162,68,53); }

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