#A9707B

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

Shades of Turkish Rose #A9707B

Tints of Turkish Rose #A9707B

Color information

#A9707B (or 0xA9707B) is unknown color: approx Turkish Rose. HEX triplet: A9, 70 and 7B. RGB value is (169,112,123). Sum of RGB (Red+Green+Blue) = 169+112+123=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A9707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9707B is #568F84. Grayscale: #828282. Windows color (decimal): -5672837 or 8089769. OLE color: 8089769.

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

Color convert

RGB169112123-
CMYK00.340.270.34
HSL348.42º24.89%55.1%-
HSV(B)348.42º33.73%66.27%-
XYZ25.7321.4521.52-
YUV130.3123.88155.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 112 (44.14% from 255) = 27.72%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=41.83%
G=27.72%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911212300.340.270.34348.4224.8955.1
HexA9707B0221B2215c1937
Octal25116017304233425343167
Binary101010011110000111101101000101101110001010101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9707B; }

 p { color: rgb(169,112,123); }

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

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

 a { background-color: rgb(169,112,123); }

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

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

 span { border-color: rgb(169,112,123); }

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