#A8616F

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

Shades of Turkish Rose #A8616F

Tints of Turkish Rose #A8616F

Color information

#A8616F (or 0xA8616F) is unknown color: approx Turkish Rose. HEX triplet: A8, 61 and 6F. RGB value is (168,97,111). Sum of RGB (Red+Green+Blue) = 168+97+111=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8616F is #579E90. Grayscale: #777777. Windows color (decimal): -5742225 or 7299496. OLE color: 7299496.

HSL color Cylindrical-coordinate representation of color #A8616F: hue angle of 348.17º 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 #A8616F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB16897111-
CMYK00.420.340.34
HSL348.17º28.98%51.96%-
HSV(B)348.17º42.26%65.88%-
XYZ23.2918.0217.29-
YUV119.82123.02162.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=44.68%
G=25.80%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689711100.420.340.34348.1728.9851.96
HexA8616F02A222215c1d34
Octal25014115705242425343564
Binary1010100011000011101111010101010001010001010101110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8616F; }

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

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

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

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

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

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

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

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