#A23F26

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

Shades of Rock Spray #A23F26

Tints of Rock Spray #A23F26

Color information

#A23F26 (or 0xA23F26) is unknown color: approx Rock Spray. HEX triplet: A2, 3F and 26. RGB value is (162,63,38). Sum of RGB (Red+Green+Blue) = 162+63+38=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F26 is #5DC0D9. Grayscale: #595959. Windows color (decimal): -6144218 or 2506658. OLE color: 2506658.

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

Color convert

RGB1626338-
CMYK00.610.770.36
HSL12.1º62%39.22%-
HSV(B)12.1º76.54%63.53%-
XYZ17.0311.383.13-
YUV89.7598.8179.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 38 (15.23% from 255) = 14.45%
R=61.60%
G=23.95%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162633800.610.770.3612.16239.22
HexA23F2603D4D24c3e27
Octal242774607511544147647
Binary10100010111111100110011110110011011001001100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F26; }

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

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

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

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

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

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

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

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