#A14631

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

Shades of Rock Spray #A14631

Tints of Rock Spray #A14631

Color information

#A14631 (or 0xA14631) is unknown color: approx Rock Spray. HEX triplet: A1, 46 and 31. RGB value is (161,70,49). Sum of RGB (Red+Green+Blue) = 161+70+49=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A14631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14631 is #5EB9CE. Grayscale: #5E5E5E. Windows color (decimal): -6207951 or 3229345. OLE color: 3229345.

HSL color Cylindrical-coordinate representation of color #A14631: hue angle of 11.25º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14631 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1617049-
CMYK00.570.700.37
HSL11.25º53.33%41.18%-
HSV(B)11.25º69.57%63.14%-
XYZ17.4412.184.34-
YUV94.81102.15175.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.5%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=57.5%
G=25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161704900.570.700.3711.2553.3341.18
HexA146310394625b3529
Octal2411066107110645136551
Binary101000011000110110001011100110001101001011011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14631; }

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

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

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

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

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

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

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

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