#A17D7F

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

Shades of Turkish Rose #A17D7F

Tints of Turkish Rose #A17D7F

Color information

#A17D7F (or 0xA17D7F) is unknown color: approx Turkish Rose. HEX triplet: A1, 7D and 7F. RGB value is (161,125,127). Sum of RGB (Red+Green+Blue) = 161+125+127=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D7F is #5E8280. Grayscale: #888888. Windows color (decimal): -6193793 or 8355233. OLE color: 8355233.

HSL color Cylindrical-coordinate representation of color #A17D7F: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17D7F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB161125127-
CMYK00.220.210.37
HSL356.67º16.07%56.08%-
HSV(B)356.67º22.36%63.14%-
XYZ25.8623.7823.3-
YUV135.99122.93145.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 125 (49.22% from 255) = 30.27%
BLUE value IS 127 (50% from 255) = 30.75%
R=38.98%
G=30.27%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112512700.220.210.37356.6716.0756.08
HexA17D7F01615251651038
Octal24117517702625455452070
Binary10100001111110111111110101101010110010110110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17D7F; }

 p { color: rgb(161,125,127); }

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

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

 a { background-color: rgb(161,125,127); }

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

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

 span { border-color: rgb(161,125,127); }

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