#A63F1E

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

Shades of Rock Spray #A63F1E

Tints of Rock Spray #A63F1E

Color information

#A63F1E (or 0xA63F1E) is unknown color: approx Rock Spray. HEX triplet: A6, 3F and 1E. RGB value is (166,63,30). Sum of RGB (Red+Green+Blue) = 166+63+30=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F1E is #59C0E1. Grayscale: #5A5A5A. Windows color (decimal): -5882082 or 1982374. OLE color: 1982374.

HSL color Cylindrical-coordinate representation of color #A63F1E: hue angle of 14.56º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A63F1E is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1666330-
CMYK00.620.820.35
HSL14.56º69.39%38.43%-
HSV(B)14.56º81.93%65.1%-
XYZ17.7411.762.56-
YUV90.0494.12182.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.09%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=64.09%
G=24.32%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166633000.620.820.3514.5669.3938.43
HexA63F1E03E5223f4526
Octal2467736076122431710546
Binary10100110111111111100111110101001010001111111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F1E; }

 p { color: rgb(166,63,30); }

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

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

 a { background-color: rgb(166,63,30); }

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

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

 span { border-color: rgb(166,63,30); }

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