#A34732

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

Shades of Rock Spray #A34732

Tints of Rock Spray #A34732

Color information

#A34732 (or 0xA34732) is unknown color: approx Rock Spray. HEX triplet: A3, 47 and 32. RGB value is (163,71,50). Sum of RGB (Red+Green+Blue) = 163+71+50=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A34732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34732 is #5CB8CD. Grayscale: #606060. Windows color (decimal): -6076622 or 3295139. OLE color: 3295139.

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

Color convert

RGB1637150-
CMYK00.560.690.36
HSL11.15º53.05%41.76%-
HSV(B)11.15º69.33%63.92%-
XYZ17.9312.524.49-
YUV96.11101.98175.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=57.39%
G=25%
B=17.61%

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
Decimal163715000.560.690.3611.1553.0541.76
HexA347320384524b352a
Octal2431076207010544136552
Binary101000111000111110010011100010001011001001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34732; }

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

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

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

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

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

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

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

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