#A5462C

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

Shades of Rock Spray #A5462C

Tints of Rock Spray #A5462C

Color information

#A5462C (or 0xA5462C) is unknown color: approx Rock Spray. HEX triplet: A5, 46 and 2C. RGB value is (165,70,44). Sum of RGB (Red+Green+Blue) = 165+70+44=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A5462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5462C is #5AB9D3. Grayscale: #5F5F5F. Windows color (decimal): -5945812 or 2901669. OLE color: 2901669.

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

Color convert

RGB1657044-
CMYK00.580.730.35
HSL12.89º57.89%40.98%-
HSV(B)12.89º73.33%64.71%-
XYZ18.1612.563.85-
YUV95.4498.97177.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=59.14%
G=25.09%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165704400.580.730.3512.8957.8940.98
HexA5462C03A4923d3a29
Octal2451065407211143157251
Binary101001011000110101100011101010010011000111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5462C; }

 p { color: rgb(165,70,44); }

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

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

 a { background-color: rgb(165,70,44); }

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

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

 span { border-color: rgb(165,70,44); }

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