#A14635

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

Shades of Rock Spray #A14635

Tints of Rock Spray #A14635

Color information

#A14635 (or 0xA14635) is unknown color: approx Rock Spray. HEX triplet: A1, 46 and 35. RGB value is (161,70,53). Sum of RGB (Red+Green+Blue) = 161+70+53=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A14635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14635 is #5EB9CA. Grayscale: #5F5F5F. Windows color (decimal): -6207947 or 3491489. OLE color: 3491489.

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

Color convert

RGB1617053-
CMYK00.570.670.37
HSL9.44º50.47%41.96%-
HSV(B)9.44º67.08%63.14%-
XYZ17.5312.214.8-
YUV95.27104.15174.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.69%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=56.69%
G=24.65%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161705300.570.670.379.4450.4741.96
HexA1463503943259322a
Octal2411066507110345116252
Binary101000011000110110101011100110000111001011001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14635; }

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

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

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

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

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

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

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

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