#A96778

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

Shades of Turkish Rose #A96778

Tints of Turkish Rose #A96778

Color information

#A96778 (or 0xA96778) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 78. RGB value is (169,103,120). Sum of RGB (Red+Green+Blue) = 169+103+120=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A96778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96778 is #569887. Grayscale: #7C7C7C. Windows color (decimal): -5675144 or 7890857. OLE color: 7890857.

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

Color convert

RGB169103120-
CMYK00.390.290.34
HSL344.55º27.73%53.33%-
HSV(B)344.55º39.05%66.27%-
XYZ24.619.4920.23-
YUV124.67125.37159.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=43.11%
G=26.28%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910312000.390.290.34344.5527.7353.33
HexA967780271D221591c35
Octal25114717004735425313465
Binary101010011100111111100001001111110110001010101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96778; }

 p { color: rgb(169,103,120); }

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

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

 a { background-color: rgb(169,103,120); }

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

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

 span { border-color: rgb(169,103,120); }

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