#A63A2A

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

Shades of Rock Spray #A63A2A

Tints of Rock Spray #A63A2A

Color information

#A63A2A (or 0xA63A2A) is unknown color: approx Rock Spray. HEX triplet: A6, 3A and 2A. RGB value is (166,58,42). Sum of RGB (Red+Green+Blue) = 166+58+42=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A2A is #59C5D5. Grayscale: #585858. Windows color (decimal): -5883350 or 2767526. OLE color: 2767526.

HSL color Cylindrical-coordinate representation of color #A63A2A: hue angle of 7.74º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63A2A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1665842-
CMYK00.650.750.35
HSL7.74º59.62%40.78%-
HSV(B)7.74º74.7%65.1%-
XYZ17.6611.33.44-
YUV88.47101.78183.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=62.41%
G=21.80%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166584200.650.750.357.7459.6240.78
HexA63A2A0414B2383c29
Octal2467252010111343107451
Binary101001101110101010100100000110010111000111000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A2A; }

 p { color: rgb(166,58,42); }

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

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

 a { background-color: rgb(166,58,42); }

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

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

 span { border-color: rgb(166,58,42); }

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