#A6462F

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

Shades of Rock Spray #A6462F

Tints of Rock Spray #A6462F

Color information

#A6462F (or 0xA6462F) is unknown color: approx Rock Spray. HEX triplet: A6, 46 and 2F. RGB value is (166,70,47). Sum of RGB (Red+Green+Blue) = 166+70+47=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6462F is #59B9D0. Grayscale: #606060. Windows color (decimal): -5880273 or 3098278. OLE color: 3098278.

HSL color Cylindrical-coordinate representation of color #A6462F: hue angle of 11.6º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6462F is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1667047-
CMYK00.580.720.35
HSL11.6º55.87%41.76%-
HSV(B)11.6º71.69%65.1%-
XYZ18.4312.694.17-
YUV96.08100.3177.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=58.66%
G=24.73%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166704700.580.720.3511.655.8741.76
HexA6462F03A4823c382a
Octal2461065707211043147052
Binary101001101000110101111011101010010001000111100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6462F; }

 p { color: rgb(166,70,47); }

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

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

 a { background-color: rgb(166,70,47); }

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

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

 span { border-color: rgb(166,70,47); }

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