#A9777A

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

Shades of Turkish Rose #A9777A

Tints of Turkish Rose #A9777A

Color information

#A9777A (or 0xA9777A) is unknown color: approx Turkish Rose. HEX triplet: A9, 77 and 7A. RGB value is (169,119,122). Sum of RGB (Red+Green+Blue) = 169+119+122=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9777A is #568885. Grayscale: #868686. Windows color (decimal): -5671046 or 8026025. OLE color: 8026025.

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

Color convert

RGB169119122-
CMYK00.300.280.34
HSL356.4º22.52%56.47%-
HSV(B)356.4º29.59%66.27%-
XYZ26.4723.0321.46-
YUV134.29121.06152.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=41.22%
G=29.02%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911912200.300.280.34356.422.5256.47
HexA9777A01E1C221641738
Octal25116717203634425442770
Binary10101001111011111110100111101110010001010110010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9777A; }

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

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

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

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

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

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

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

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