#A97B7F

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

Shades of Turkish Rose #A97B7F

Tints of Turkish Rose #A97B7F

Color information

#A97B7F (or 0xA97B7F) is unknown color: approx Turkish Rose. HEX triplet: A9, 7B and 7F. RGB value is (169,123,127). Sum of RGB (Red+Green+Blue) = 169+123+127=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B7F is #568480. Grayscale: #898989. Windows color (decimal): -5670017 or 8354729. OLE color: 8354729.

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

Color convert

RGB169123127-
CMYK00.270.250.34
HSL354.78º21.1%57.25%-
HSV(B)354.78º27.22%66.27%-
XYZ27.2824.1323.3-
YUV137.21122.24150.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 123 (48.44% from 255) = 29.36%
BLUE value IS 127 (50% from 255) = 30.31%
R=40.33%
G=29.36%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912312700.270.250.34354.7821.157.25
HexA97B7F01B19221631539
Octal25117317703331425432571
Binary10101001111101111111110110111100110001010110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B7F; }

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

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

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

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

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

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

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

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