#A16068

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

Shades of Turkish Rose #A16068

Tints of Turkish Rose #A16068

Color information

#A16068 (or 0xA16068) is unknown color: approx Turkish Rose. HEX triplet: A1, 60 and 68. RGB value is (161,96,104). Sum of RGB (Red+Green+Blue) = 161+96+104=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A16068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16068 is #5E9F97. Grayscale: #747474. Windows color (decimal): -6201240 or 6840481. OLE color: 6840481.

HSL color Cylindrical-coordinate representation of color #A16068: hue angle of 352.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16068 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16196104-
CMYK00.400.350.37
HSL352.62º25.69%50.39%-
HSV(B)352.62º40.37%63.14%-
XYZ21.3816.9415.24-
YUV116.35121.03159.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=44.60%
G=26.59%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619610400.400.350.37352.6225.6950.39
HexA1606802823251611a32
Octal24114015005043455413262
Binary1010000111000001101000010100010001110010110110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16068; }

 p { color: rgb(161,96,104); }

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

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

 a { background-color: rgb(161,96,104); }

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

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

 span { border-color: rgb(161,96,104); }

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