#A23924

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

Shades of Rock Spray #A23924

Tints of Rock Spray #A23924

Color information

#A23924 (or 0xA23924) is unknown color: approx Rock Spray. HEX triplet: A2, 39 and 24. RGB value is (162,57,36). Sum of RGB (Red+Green+Blue) = 162+57+36=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A23924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23924 is #5DC6DB. Grayscale: #565656. Windows color (decimal): -6145756 or 2374050. OLE color: 2374050.

HSL color Cylindrical-coordinate representation of color #A23924: hue angle of 10º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A23924 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1625736-
CMYK00.650.780.36
HSL10º63.64%38.82%-
HSV(B)10º77.78%63.53%-
XYZ16.6810.742.86-
YUV8699.79182.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.53%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 36 (14.45% from 255) = 14.12%
R=63.53%
G=22.35%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162573600.650.780.361063.6438.82
HexA239240414E24a4027
Octal24271440101116441210047
Binary1010001011100110010001000001100111010010010101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23924; }

 p { color: rgb(162,57,36); }

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

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

 a { background-color: rgb(162,57,36); }

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

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

 span { border-color: rgb(162,57,36); }

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