#A96777

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

Shades of Turkish Rose #A96777

Tints of Turkish Rose #A96777

Color information

#A96777 (or 0xA96777) is unknown color: approx Turkish Rose. HEX triplet: A9, 67 and 77. RGB value is (169,103,119). Sum of RGB (Red+Green+Blue) = 169+103+119=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A96777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96777 is #569888. Grayscale: #7C7C7C. Windows color (decimal): -5675145 or 7825321. OLE color: 7825321.

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

Color convert

RGB169103119-
CMYK00.390.300.34
HSL345.45º27.73%53.33%-
HSV(B)345.45º39.05%66.27%-
XYZ24.5419.4719.92-
YUV124.56124.87159.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=43.22%
G=26.34%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910311900.390.300.34345.4527.7353.33
HexA967770271E221591c35
Octal25114716704736425313465
Binary101010011100111111011101001111111010001010101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96777; }

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

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

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

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

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

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

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

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