#A96D7A

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

Shades of Turkish Rose #A96D7A

Tints of Turkish Rose #A96D7A

Color information

#A96D7A (or 0xA96D7A) is unknown color: approx Turkish Rose. HEX triplet: A9, 6D and 7A. RGB value is (169,109,122). Sum of RGB (Red+Green+Blue) = 169+109+122=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D7A is #569285. Grayscale: #808080. Windows color (decimal): -5673606 or 8023465. OLE color: 8023465.

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

Color convert

RGB169109122-
CMYK00.360.280.34
HSL347º25.86%54.51%-
HSV(B)347º35.5%66.27%-
XYZ25.3420.7821.09-
YUV128.42124.38156.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=42.25%
G=27.25%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910912200.360.280.3434725.8654.51
HexA96D7A0241C2215b1a37
Octal25115517204434425333267
Binary101010011101101111101001001001110010001010101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D7A; }

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

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

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

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

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

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

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

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