#A97F82

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

Shades of Turkish Rose #A97F82

Tints of Turkish Rose #A97F82

Color information

#A97F82 (or 0xA97F82) is unknown color: approx Turkish Rose. HEX triplet: A9, 7F and 82. RGB value is (169,127,130). Sum of RGB (Red+Green+Blue) = 169+127+130=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97F82 is #56807D. Grayscale: #8B8B8B. Windows color (decimal): -5668990 or 8552361. OLE color: 8552361.

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

Color convert

RGB169127130-
CMYK00.250.230.34
HSL355.71º19.63%58.04%-
HSV(B)355.71º24.85%66.27%-
XYZ27.9825.2324.51-
YUV139.9122.41148.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=39.67%
G=29.81%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912713000.250.230.34355.7119.6358.04
HexA97F820191722164143a
Octal25117720203127425442472
Binary101010011111111100000100110011011110001010110010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F82; }

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

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

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

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

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

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

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

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