#a34320

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

Shades of Rock Spray #A34320

Tints of Rock Spray #A34320

Color information

#A34320 (or 0xA34320) is unknown color: approx Rock Spray. HEX triplet: A3, 43 and 20. RGB value is (163,67,32). Sum of RGB (Red+Green+Blue) = 163+67+32=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A34320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34320 is #5CBCDF. Grayscale: #5B5B5B. Windows color (decimal): -6077664 or 2114467. OLE color: 2114467.

HSL color Cylindrical-coordinate representation of color #A34320: hue angle of 16.03º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A34320 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1636732-
CMYK00.590.800.36
HSL16.03º67.18%38.24%-
HSV(B)16.03º80.37%63.92%-
XYZ17.3711.912.75-
YUV91.7194.3178.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 32 (12.89% from 255) = 12.21%
R=62.21%
G=25.57%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163673200.590.800.3616.0367.1838.24
HexA3432003B5024104326
Octal24310340073120442010346
Binary10100011100001110000001110111010000100100100001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a34320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a34320; }

 p { color: rgb(163,67,32); }

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

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

 a { background-color: rgb(163,67,32); }

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

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

 span { border-color: rgb(163,67,32); }

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