#A14733

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

Shades of Rock Spray #A14733

Tints of Rock Spray #A14733

Color information

#A14733 (or 0xA14733) is unknown color: approx Rock Spray. HEX triplet: A1, 47 and 33. RGB value is (161,71,51). Sum of RGB (Red+Green+Blue) = 161+71+51=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14733 is #5EB8CC. Grayscale: #5F5F5F. Windows color (decimal): -6207693 or 3360673. OLE color: 3360673.

HSL color Cylindrical-coordinate representation of color #A14733: hue angle of 10.91º 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 #A14733 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1617151-
CMYK00.560.680.37
HSL10.91º51.89%41.57%-
HSV(B)10.91º68.32%63.14%-
XYZ17.5512.324.59-
YUV95.63102.82174.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=56.89%
G=25.09%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161715100.560.680.3710.9151.8941.57
HexA147330384425b342a
Octal2411076307010445136452
Binary101000011000111110011011100010001001001011011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14733; }

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

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

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

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

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

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

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

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