#A9777E

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

Shades of Turkish Rose #A9777E

Tints of Turkish Rose #A9777E

Color information

#A9777E (or 0xA9777E) is unknown color: approx Turkish Rose. HEX triplet: A9, 77 and 7E. RGB value is (169,119,126). Sum of RGB (Red+Green+Blue) = 169+119+126=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9777E is #568881. Grayscale: #868686. Windows color (decimal): -5671042 or 8288169. OLE color: 8288169.

HSL color Cylindrical-coordinate representation of color #A9777E: hue angle of 351.6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9777E is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169119126-
CMYK00.300.250.34
HSL351.6º22.52%56.47%-
HSV(B)351.6º29.59%66.27%-
XYZ26.7223.1422.8-
YUV134.75123.06152.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 126 (49.61% from 255) = 30.43%
R=40.82%
G=28.74%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911912600.300.250.34351.622.5256.47
HexA9777E01E19221601738
Octal25116717603631425402770
Binary10101001111011111111100111101100110001010110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9777E; }

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

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

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

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

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

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

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

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