#A3462A

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

Shades of Rock Spray #A3462A

Tints of Rock Spray #A3462A

Color information

#A3462A (or 0xA3462A) is unknown color: approx Rock Spray. HEX triplet: A3, 46 and 2A. RGB value is (163,70,42). Sum of RGB (Red+Green+Blue) = 163+70+42=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3462A is #5CB9D5. Grayscale: #5E5E5E. Windows color (decimal): -6076886 or 2770595. OLE color: 2770595.

HSL color Cylindrical-coordinate representation of color #A3462A: hue angle of 13.88º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3462A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1637042-
CMYK00.570.740.36
HSL13.88º59.02%40.2%-
HSV(B)13.88º74.23%63.92%-
XYZ17.7112.333.64-
YUV94.6298.31176.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=59.27%
G=25.45%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163704200.570.740.3613.8859.0240.2
HexA3462A0394A24e3b28
Octal2431065207111244167350
Binary101000111000110101010011100110010101001001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3462A; }

 p { color: rgb(163,70,42); }

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

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

 a { background-color: rgb(163,70,42); }

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

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

 span { border-color: rgb(163,70,42); }

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