#A14633

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

Shades of Rock Spray #A14633

Tints of Rock Spray #A14633

Color information

#A14633 (or 0xA14633) is unknown color: approx Rock Spray. HEX triplet: A1, 46 and 33. RGB value is (161,70,51). Sum of RGB (Red+Green+Blue) = 161+70+51=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A14633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14633 is #5EB9CC. Grayscale: #5F5F5F. Windows color (decimal): -6207949 or 3360417. OLE color: 3360417.

HSL color Cylindrical-coordinate representation of color #A14633: hue angle of 10.36º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14633 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1617051-
CMYK00.570.680.37
HSL10.36º51.89%41.57%-
HSV(B)10.36º68.32%63.14%-
XYZ17.4912.24.56-
YUV95.04103.15175.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=57.09%
G=24.82%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161705100.570.680.3710.3651.8941.57
HexA146330394425a342a
Octal2411066307110445126452
Binary101000011000110110011011100110001001001011010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14633; }

 p { color: rgb(161,70,51); }

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

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

 a { background-color: rgb(161,70,51); }

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

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

 span { border-color: rgb(161,70,51); }

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