#A9767E

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

Shades of Turkish Rose #A9767E

Tints of Turkish Rose #A9767E

Color information

#A9767E (or 0xA9767E) is unknown color: approx Turkish Rose. HEX triplet: A9, 76 and 7E. RGB value is (169,118,126). Sum of RGB (Red+Green+Blue) = 169+118+126=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9767E is #568981. Grayscale: #868686. Windows color (decimal): -5671298 or 8287913. OLE color: 8287913.

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

Color convert

RGB169118126-
CMYK00.300.250.34
HSL350.59º22.87%56.27%-
HSV(B)350.59º30.18%66.27%-
XYZ26.6122.922.76-
YUV134.16123.4152.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=40.92%
G=28.57%
B=30.51%

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
Decimal16911812600.300.250.34350.5922.8756.27
HexA9767E01E192215f1738
Octal25116617603631425372770
Binary10101001111011011111100111101100110001010101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9767E; }

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

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

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

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

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

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

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

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