#A34832

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

Shades of Rock Spray #A34832

Tints of Rock Spray #A34832

Color information

#A34832 (or 0xA34832) is unknown color: approx Rock Spray. HEX triplet: A3, 48 and 32. RGB value is (163,72,50). Sum of RGB (Red+Green+Blue) = 163+72+50=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A34832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34832 is #5CB7CD. Grayscale: #606060. Windows color (decimal): -6076366 or 3295395. OLE color: 3295395.

HSL color Cylindrical-coordinate representation of color #A34832: hue angle of 11.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34832 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1637250-
CMYK00.560.690.36
HSL11.68º53.05%41.76%-
HSV(B)11.68º69.33%63.92%-
XYZ1812.654.51-
YUV96.7101.65175.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=57.19%
G=25.26%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163725000.560.690.3611.6853.0541.76
HexA348320384524c352a
Octal2431106207010544146552
Binary101000111001000110010011100010001011001001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34832; }

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

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

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

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

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

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

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

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