#A3442F

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

Shades of Rock Spray #A3442F

Tints of Rock Spray #A3442F

Color information

#A3442F (or 0xA3442F) is unknown color: approx Rock Spray. HEX triplet: A3, 44 and 2F. RGB value is (163,68,47). Sum of RGB (Red+Green+Blue) = 163+68+47=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3442F is #5CBBD0. Grayscale: #5E5E5E. Windows color (decimal): -6077393 or 3097763. OLE color: 3097763.

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

Color convert

RGB1636847-
CMYK00.580.710.36
HSL10.86º55.24%41.18%-
HSV(B)10.86º71.17%63.92%-
XYZ17.6812.134.1-
YUV94.01101.47177.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=58.63%
G=24.46%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163684700.580.710.3610.8655.2441.18
HexA3442F03A4724b3729
Octal2431045707210744136751
Binary101000111000100101111011101010001111001001011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3442F; }

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

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

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

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

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

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

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

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