#A23827

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

Shades of Rock Spray #A23827

Tints of Rock Spray #A23827

Color information

#A23827 (or 0xA23827) is unknown color: approx Rock Spray. HEX triplet: A2, 38 and 27. RGB value is (162,56,39). Sum of RGB (Red+Green+Blue) = 162+56+39=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A23827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23827 is #5DC7D8. Grayscale: #555555. Windows color (decimal): -6146009 or 2570402. OLE color: 2570402.

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

Color convert

RGB1625639-
CMYK00.650.760.36
HSL8.29º61.19%39.41%-
HSV(B)8.29º75.93%63.53%-
XYZ16.6810.663.1-
YUV85.76101.62182.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=63.04%
G=21.79%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162563900.650.760.368.2961.1939.41
HexA238270414C2483d27
Octal2427047010111444107547
Binary101000101110001001110100000110011001001001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23827; }

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

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

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

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

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

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

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

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