#A34829

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

Shades of Rock Spray #A34829

Tints of Rock Spray #A34829

Color information

#A34829 (or 0xA34829) is unknown color: approx Rock Spray. HEX triplet: A3, 48 and 29. RGB value is (163,72,41). Sum of RGB (Red+Green+Blue) = 163+72+41=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A34829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34829 is #5CB7D6. Grayscale: #5F5F5F. Windows color (decimal): -6076375 or 2705571. OLE color: 2705571.

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

Color convert

RGB1637241-
CMYK00.560.750.36
HSL15.25º59.8%40%-
HSV(B)15.25º74.85%63.92%-
XYZ17.8212.583.59-
YUV95.6897.15176.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=59.06%
G=26.09%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163724100.560.750.3615.2559.840
HexA348290384B24f3c28
Octal2431105107011344177450
Binary101000111001000101001011100010010111001001111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34829; }

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

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

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

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

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

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

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

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