#A93B25

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

Shades of Rock Spray #A93B25

Tints of Rock Spray #A93B25

Color information

#A93B25 (or 0xA93B25) is unknown color: approx Rock Spray. HEX triplet: A9, 3B and 25. RGB value is (169,59,37). Sum of RGB (Red+Green+Blue) = 169+59+37=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93B25 is #56C4DA. Grayscale: #595959. Windows color (decimal): -5686491 or 2440105. OLE color: 2440105.

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

Color convert

RGB1695937-
CMYK00.650.780.34
HSL10º64.08%40.39%-
HSV(B)10º78.11%66.27%-
XYZ18.2611.73.05-
YUV89.3898.44184.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.77%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=63.77%
G=22.26%
B=13.96%

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
Decimal169593700.650.780.341064.0840.39
HexA93B250414E22a4028
Octal25173450101116421210050
Binary1010100111101110010101000001100111010001010101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B25; }

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

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

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

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

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

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

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

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