#a8442e

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

Shades of Rock Spray #A8442E

Tints of Rock Spray #A8442E

Color information

#A8442E (or 0xA8442E) is unknown color: approx Rock Spray. HEX triplet: A8, 44 and 2E. RGB value is (168,68,46). Sum of RGB (Red+Green+Blue) = 168+68+46=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8442E is #57BBD1. Grayscale: #5F5F5F. Windows color (decimal): -5749714 or 3032232. OLE color: 3032232.

HSL color Cylindrical-coordinate representation of color #A8442E: hue angle of 10.82º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8442E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1686846-
CMYK00.600.730.34
HSL10.82º57.01%41.96%-
HSV(B)10.82º72.62%65.88%-
XYZ18.7112.664.04-
YUV95.39100.13179.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 59.57%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=59.57%
G=24.11%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168684600.600.730.3410.8257.0141.96
HexA8442E03C4922b392a
Octal2501045607411142137152
Binary101010001000100101110011110010010011000101011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8442e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8442e; }

 p { color: rgb(168,68,46); }

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

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

 a { background-color: rgb(168,68,46); }

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

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

 span { border-color: rgb(168,68,46); }

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