#A3442E

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

Shades of Rock Spray #A3442E

Tints of Rock Spray #A3442E

Color information

#A3442E (or 0xA3442E) is unknown color: approx Rock Spray. HEX triplet: A3, 44 and 2E. RGB value is (163,68,46). Sum of RGB (Red+Green+Blue) = 163+68+46=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3442E is #5CBBD1. Grayscale: #5E5E5E. Windows color (decimal): -6077394 or 3032227. OLE color: 3032227.

HSL color Cylindrical-coordinate representation of color #A3442E: hue angle of 11.28º 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 #A3442E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1636846-
CMYK00.580.720.36
HSL11.28º55.98%40.98%-
HSV(B)11.28º71.78%63.92%-
XYZ17.6612.123.99-
YUV93.9100.97177.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=58.84%
G=24.55%
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.36
SystemRedGreenBlueCMYKHSL
Decimal163684600.580.720.3611.2855.9840.98
HexA3442E03A4824b3829
Octal2431045607211044137051
Binary101000111000100101110011101010010001001001011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3442E; }

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

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

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

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

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

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

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

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