#A23F33

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

Shades of Rock Spray #A23F33

Tints of Rock Spray #A23F33

Color information

#A23F33 (or 0xA23F33) is unknown color: approx Rock Spray. HEX triplet: A2, 3F and 33. RGB value is (162,63,51). Sum of RGB (Red+Green+Blue) = 162+63+51=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F33 is #5DC0CC. Grayscale: #5B5B5B. Windows color (decimal): -6144205 or 3358626. OLE color: 3358626.

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

Color convert

RGB1626351-
CMYK00.610.690.36
HSL6.49º52.11%41.76%-
HSV(B)6.49º68.52%63.53%-
XYZ17.2811.484.44-
YUV91.23105.3178.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 63 (25% from 255) = 22.83%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=58.70%
G=22.83%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162635100.610.690.366.4952.1141.76
HexA23F3303D45246342a
Octal24277630751054466452
Binary1010001011111111001101111011000101100100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F33; }

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

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

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

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

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

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

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

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