#A34529

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

Shades of Rock Spray #A34529

Tints of Rock Spray #A34529

Color information

#A34529 (or 0xA34529) is unknown color: approx Rock Spray. HEX triplet: A3, 45 and 29. RGB value is (163,69,41). Sum of RGB (Red+Green+Blue) = 163+69+41=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A34529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34529 is #5CBAD6. Grayscale: #5E5E5E. Windows color (decimal): -6077143 or 2704803. OLE color: 2704803.

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

Color convert

RGB1636941-
CMYK00.580.750.36
HSL13.77º59.8%40%-
HSV(B)13.77º74.85%63.92%-
XYZ17.6312.23.52-
YUV93.9198.14177.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=59.71%
G=25.27%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163694100.580.750.3613.7759.840
HexA3452903A4B24e3c28
Octal2431055107211344167450
Binary101000111000101101001011101010010111001001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34529; }

 p { color: rgb(163,69,41); }

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

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

 a { background-color: rgb(163,69,41); }

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

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

 span { border-color: rgb(163,69,41); }

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