#A14832

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

Shades of Rock Spray #A14832

Tints of Rock Spray #A14832

Color information

#A14832 (or 0xA14832) is unknown color: approx Rock Spray. HEX triplet: A1, 48 and 32. RGB value is (161,72,50). Sum of RGB (Red+Green+Blue) = 161+72+50=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14832 is #5EB7CD. Grayscale: #606060. Windows color (decimal): -6207438 or 3295393. OLE color: 3295393.

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

Color convert

RGB1617250-
CMYK00.550.690.37
HSL11.89º52.61%41.37%-
HSV(B)11.89º68.94%63.14%-
XYZ17.5912.444.49-
YUV96.1101.99174.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=56.89%
G=25.44%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161725000.550.690.3711.8952.6141.37
HexA148320374525c3529
Octal2411106206710545146551
Binary101000011001000110010011011110001011001011100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14832; }

 p { color: rgb(161,72,50); }

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

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

 a { background-color: rgb(161,72,50); }

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

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

 span { border-color: rgb(161,72,50); }

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