#A63A29

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

Shades of Rock Spray #A63A29

Tints of Rock Spray #A63A29

Color information

#A63A29 (or 0xA63A29) is unknown color: approx Rock Spray. HEX triplet: A6, 3A and 29. RGB value is (166,58,41). Sum of RGB (Red+Green+Blue) = 166+58+41=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A29 is #59C5D6. Grayscale: #585858. Windows color (decimal): -5883351 or 2701990. OLE color: 2701990.

HSL color Cylindrical-coordinate representation of color #A63A29: hue angle of 8.16º 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 #A63A29 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1665841-
CMYK00.650.750.35
HSL8.16º60.39%40.59%-
HSV(B)8.16º75.3%65.1%-
XYZ17.6411.293.35-
YUV88.35101.28183.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=62.64%
G=21.89%
B=15.47%

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
Decimal166584100.650.750.358.1660.3940.59
HexA63A290414B2383c29
Octal2467251010111343107451
Binary101001101110101010010100000110010111000111000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A29; }

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

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

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

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

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

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

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

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