#A23B27

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

Shades of Rock Spray #A23B27

Tints of Rock Spray #A23B27

Color information

#A23B27 (or 0xA23B27) is unknown color: approx Rock Spray. HEX triplet: A2, 3B and 27. RGB value is (162,59,39). Sum of RGB (Red+Green+Blue) = 162+59+39=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B27 is #5DC4D8. Grayscale: #575757. Windows color (decimal): -6145241 or 2571170. OLE color: 2571170.

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

Color convert

RGB1625939-
CMYK00.640.760.36
HSL9.76º61.19%39.41%-
HSV(B)9.76º75.93%63.53%-
XYZ16.8310.963.15-
YUV87.52100.62181.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 39 (15.62% from 255) = 15%
R=62.31%
G=22.69%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162593900.640.760.369.7661.1939.41
HexA23B270404C24a3d27
Octal2427347010011444127547
Binary101000101110111001110100000010011001001001010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B27; }

 p { color: rgb(162,59,39); }

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

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

 a { background-color: rgb(162,59,39); }

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

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

 span { border-color: rgb(162,59,39); }

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