#A8616C

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

Shades of Turkish Rose #A8616C

Tints of Turkish Rose #A8616C

Color information

#A8616C (or 0xA8616C) is unknown color: approx Turkish Rose. HEX triplet: A8, 61 and 6C. RGB value is (168,97,108). Sum of RGB (Red+Green+Blue) = 168+97+108=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8616C is #579E93. Grayscale: #777777. Windows color (decimal): -5742228 or 7102888. OLE color: 7102888.

HSL color Cylindrical-coordinate representation of color #A8616C: hue angle of 350.7º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8616C is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16897108-
CMYK00.420.360.34
HSL350.7º28.98%51.96%-
HSV(B)350.7º42.26%65.88%-
XYZ23.1317.9616.43-
YUV119.48121.52162.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=45.04%
G=26.01%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689710800.420.360.34350.728.9851.96
HexA8616C02A242215f1d34
Octal25014115405244425373564
Binary1010100011000011101100010101010010010001010101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8616C; }

 p { color: rgb(168,97,108); }

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

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

 a { background-color: rgb(168,97,108); }

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

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

 span { border-color: rgb(168,97,108); }

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