#A34628

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

Shades of Rock Spray #A34628

Tints of Rock Spray #A34628

Color information

#A34628 (or 0xA34628) is unknown color: approx Rock Spray. HEX triplet: A3, 46 and 28. RGB value is (163,70,40). Sum of RGB (Red+Green+Blue) = 163+70+40=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A34628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34628 is #5CB9D7. Grayscale: #5E5E5E. Windows color (decimal): -6076888 or 2639523. OLE color: 2639523.

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

Color convert

RGB1637040-
CMYK00.570.750.36
HSL14.63º60.59%39.8%-
HSV(B)14.63º75.46%63.92%-
XYZ17.6812.323.45-
YUV94.3997.31176.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=59.71%
G=25.64%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163704000.570.750.3614.6360.5939.8
HexA346280394B24f3d28
Octal2431065007111344177550
Binary101000111000110101000011100110010111001001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34628; }

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

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

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

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

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

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

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

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