#A34728

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

Shades of Rock Spray #A34728

Tints of Rock Spray #A34728

Color information

#A34728 (or 0xA34728) is unknown color: approx Rock Spray. HEX triplet: A3, 47 and 28. RGB value is (163,71,40). Sum of RGB (Red+Green+Blue) = 163+71+40=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A34728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34728 is #5CB8D7. Grayscale: #5F5F5F. Windows color (decimal): -6076632 or 2639779. OLE color: 2639779.

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

Color convert

RGB1637140-
CMYK00.560.750.36
HSL15.12º60.59%39.8%-
HSV(B)15.12º75.46%63.92%-
XYZ17.7412.453.47-
YUV94.9796.98176.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=59.49%
G=25.91%
B=14.60%

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
Decimal163714000.560.750.3615.1260.5939.8
HexA347280384B24f3d28
Octal2431075007011344177550
Binary101000111000111101000011100010010111001001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34728; }

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

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

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

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

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

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

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

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