#a96f7a

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

Shades of Turkish Rose #A96F7A

Tints of Turkish Rose #A96F7A

Color information

#A96F7A (or 0xA96F7A) is unknown color: approx Turkish Rose. HEX triplet: A9, 6F and 7A. RGB value is (169,111,122). Sum of RGB (Red+Green+Blue) = 169+111+122=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F7A is #569085. Grayscale: #818181. Windows color (decimal): -5673094 or 8023977. OLE color: 8023977.

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

Color convert

RGB169111122-
CMYK00.340.280.34
HSL348.62º25.22%54.9%-
HSV(B)348.62º34.32%66.27%-
XYZ25.5621.2121.16-
YUV129.6123.72156.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=42.04%
G=27.61%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911112200.340.280.34348.6225.2254.9
HexA96F7A0221C2215d1937
Octal25115717204234425353167
Binary101010011101111111101001000101110010001010101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a96f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a96f7a; }

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

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

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

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

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

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

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

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