#A96A7A

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

Shades of Turkish Rose #A96A7A

Tints of Turkish Rose #A96A7A

Color information

#A96A7A (or 0xA96A7A) is unknown color: approx Turkish Rose. HEX triplet: A9, 6A and 7A. RGB value is (169,106,122). Sum of RGB (Red+Green+Blue) = 169+106+122=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A7A is #569585. Grayscale: #7E7E7E. Windows color (decimal): -5674374 or 8022697. OLE color: 8022697.

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

Color convert

RGB169106122-
CMYK00.370.280.34
HSL344.76º26.81%53.92%-
HSV(B)344.76º37.28%66.27%-
XYZ25.0320.1520.98-
YUV126.66125.37158.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=42.57%
G=26.70%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910612200.370.280.34344.7626.8153.92
HexA96A7A0251C221591b36
Octal25115217204534425313366
Binary101010011101010111101001001011110010001010101100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A7A; }

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

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

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

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

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

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

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

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