#A34936

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

Shades of Rock Spray #A34936

Tints of Rock Spray #A34936

Color information

#A34936 (or 0xA34936) is unknown color: approx Rock Spray. HEX triplet: A3, 49 and 36. RGB value is (163,73,54). Sum of RGB (Red+Green+Blue) = 163+73+54=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A34936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34936 is #5CB6C9. Grayscale: #616161. Windows color (decimal): -6076106 or 3557795. OLE color: 3557795.

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

Color convert

RGB1637354-
CMYK00.550.670.36
HSL10.46º50.23%42.55%-
HSV(B)10.46º66.87%63.92%-
XYZ18.1512.825.01-
YUV97.74103.32174.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=56.21%
G=25.17%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163735400.550.670.3610.4650.2342.55
HexA349360374324a322b
Octal2431116606710344126253
Binary101000111001001110110011011110000111001001010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34936; }

 p { color: rgb(163,73,54); }

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

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

 a { background-color: rgb(163,73,54); }

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

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

 span { border-color: rgb(163,73,54); }

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