#A93B26

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

Shades of Rock Spray #A93B26

Tints of Rock Spray #A93B26

Color information

#A93B26 (or 0xA93B26) is unknown color: approx Rock Spray. HEX triplet: A9, 3B and 26. RGB value is (169,59,38). Sum of RGB (Red+Green+Blue) = 169+59+38=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93B26 is #56C4D9. Grayscale: #595959. Windows color (decimal): -5686490 or 2505641. OLE color: 2505641.

HSL color Cylindrical-coordinate representation of color #A93B26: hue angle of 9.62º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A93B26 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB1695938-
CMYK00.650.780.34
HSL9.62º63.29%40.59%-
HSV(B)9.62º77.51%66.27%-
XYZ18.2811.73.13-
YUV89.598.94184.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.53%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=63.53%
G=22.18%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169593800.650.780.349.6263.2940.59
HexA93B260414E22a3f29
Octal2517346010111642127751
Binary101010011110111001100100000110011101000101010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B26; }

 p { color: rgb(169,59,38); }

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

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

 a { background-color: rgb(169,59,38); }

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

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

 span { border-color: rgb(169,59,38); }

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