#A97B7D

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

Shades of Turkish Rose #A97B7D

Tints of Turkish Rose #A97B7D

Color information

#A97B7D (or 0xA97B7D) is unknown color: approx Turkish Rose. HEX triplet: A9, 7B and 7D. RGB value is (169,123,125). Sum of RGB (Red+Green+Blue) = 169+123+125=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B7D is #568482. Grayscale: #898989. Windows color (decimal): -5670019 or 8223657. OLE color: 8223657.

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

Color convert

RGB169123125-
CMYK00.270.260.34
HSL357.39º21.1%57.25%-
HSV(B)357.39º27.22%66.27%-
XYZ27.1524.0822.62-
YUV136.98121.24150.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.53%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=40.53%
G=29.50%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912312500.270.260.34357.3921.157.25
HexA97B7D01B1A221651539
Octal25117317503332425452571
Binary10101001111101111111010110111101010001010110010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B7D; }

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

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

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

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

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

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

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

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