#A4462E

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

Shades of Rock Spray #A4462E

Tints of Rock Spray #A4462E

Color information

#A4462E (or 0xA4462E) is unknown color: approx Rock Spray. HEX triplet: A4, 46 and 2E. RGB value is (164,70,46). Sum of RGB (Red+Green+Blue) = 164+70+46=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4462E is #5BB9D1. Grayscale: #5F5F5F. Windows color (decimal): -6011346 or 3032740. OLE color: 3032740.

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

Color convert

RGB1647046-
CMYK00.570.720.36
HSL12.2º56.19%41.18%-
HSV(B)12.2º71.95%64.31%-
XYZ17.9912.474.04-
YUV95.37100.14176.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.57%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=58.57%
G=25%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164704600.570.720.3612.256.1941.18
HexA4462E0394824c3829
Octal2441065607111044147051
Binary101001001000110101110011100110010001001001100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4462E; }

 p { color: rgb(164,70,46); }

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

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

 a { background-color: rgb(164,70,46); }

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

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

 span { border-color: rgb(164,70,46); }

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