#A63D20

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

Shades of Rock Spray #A63D20

Tints of Rock Spray #A63D20

Color information

#A63D20 (or 0xA63D20) is unknown color: approx Rock Spray. HEX triplet: A6, 3D and 20. RGB value is (166,61,32). Sum of RGB (Red+Green+Blue) = 166+61+32=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D20 is #59C2DF. Grayscale: #595959. Windows color (decimal): -5882592 or 2112934. OLE color: 2112934.

HSL color Cylindrical-coordinate representation of color #A63D20: hue angle of 12.99º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A63D20 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1666132-
CMYK00.630.810.35
HSL12.99º67.68%38.82%-
HSV(B)12.99º80.72%65.1%-
XYZ17.6611.552.67-
YUV89.0995.79182.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.09%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=64.09%
G=23.55%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166613200.630.810.3512.9967.6838.82
HexA63D2003F5123d4427
Octal2467540077121431510447
Binary101001101111011000000111111101000110001111011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D20; }

 p { color: rgb(166,61,32); }

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

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

 a { background-color: rgb(166,61,32); }

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

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

 span { border-color: rgb(166,61,32); }

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