#A24033

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

Shades of Rock Spray #A24033

Tints of Rock Spray #A24033

Color information

#A24033 (or 0xA24033) is unknown color: approx Rock Spray. HEX triplet: A2, 40 and 33. RGB value is (162,64,51). Sum of RGB (Red+Green+Blue) = 162+64+51=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A24033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24033 is #5DBFCC. Grayscale: #5B5B5B. Windows color (decimal): -6143949 or 3358882. OLE color: 3358882.

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

Color convert

RGB1626451-
CMYK00.600.690.36
HSL7.03º52.11%41.76%-
HSV(B)7.03º68.52%63.53%-
XYZ17.3311.594.46-
YUV91.82104.97178.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=58.48%
G=23.10%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162645100.600.690.367.0352.1141.76
HexA2403303C45247342a
Octal242100630741054476452
Binary10100010100000011001101111001000101100100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24033; }

 p { color: rgb(162,64,51); }

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

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

 a { background-color: rgb(162,64,51); }

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

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

 span { border-color: rgb(162,64,51); }

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