#A16C7B

Color #A16C7B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A16C7B

Tints of Turkish Rose #A16C7B

Color information

#A16C7B (or 0xA16C7B) is unknown color: approx Turkish Rose. HEX triplet: A1, 6C and 7B. RGB value is (161,108,123). Sum of RGB (Red+Green+Blue) = 161+108+123=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C7B is #5E9384. Grayscale: #7D7D7D. Windows color (decimal): -6198149 or 8088737. OLE color: 8088737.

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

Color convert

RGB161108123-
CMYK00.330.240.37
HSL343.02º21.99%52.75%-
HSV(B)343.02º32.92%63.14%-
XYZ23.6419.7321.3-
YUV125.56126.56153.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=41.07%
G=27.55%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110812300.330.240.37343.0221.9952.75
HexA16C7B02118251571635
Octal24115417304130455272665
Binary101000011101100111101101000011100010010110101011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C7B; }

 p { color: rgb(161,108,123); }

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

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

 a { background-color: rgb(161,108,123); }

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

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

 span { border-color: rgb(161,108,123); }

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