#AD757A

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

Shades of Turkish Rose #AD757A

Tints of Turkish Rose #AD757A

Color information

#AD757A (or 0xAD757A) is unknown color: approx Turkish Rose. HEX triplet: AD, 75 and 7A. RGB value is (173,117,122). Sum of RGB (Red+Green+Blue) = 173+117+122=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757A is #528A85. Grayscale: #868686. Windows color (decimal): -5409414 or 8025517. OLE color: 8025517.

HSL color Cylindrical-coordinate representation of color #AD757A: hue angle of 354.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD757A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173117122-
CMYK00.320.290.32
HSL354.64º25.45%56.86%-
HSV(B)354.64º32.37%67.84%-
XYZ27.1123.0121.43-
YUV134.31121.05155.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=41.99%
G=28.40%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311712200.320.290.32354.6425.4556.86
HexAD757A0201D201631939
Octal25516517204035405433171
Binary101011011110101111101001000001110110000010110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD757A; }

 p { color: rgb(173,117,122); }

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

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

 a { background-color: rgb(173,117,122); }

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

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

 span { border-color: rgb(173,117,122); }

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