#AD727A

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

Shades of Turkish Rose #AD727A

Tints of Turkish Rose #AD727A

Color information

#AD727A (or 0xAD727A) is unknown color: approx Turkish Rose. HEX triplet: AD, 72 and 7A. RGB value is (173,114,122). Sum of RGB (Red+Green+Blue) = 173+114+122=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD727A is #528D85. Grayscale: #848484. Windows color (decimal): -5410182 or 8024749. OLE color: 8024749.

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

Color convert

RGB173114122-
CMYK00.340.290.32
HSL351.86º26.46%56.27%-
HSV(B)351.86º34.1%67.84%-
XYZ26.7622.3221.31-
YUV132.55122.05156.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=42.30%
G=27.87%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311412200.340.290.32351.8626.4656.27
HexAD727A0221D201601a38
Octal25516217204235405403270
Binary101011011110010111101001000101110110000010110000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD727A; }

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

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

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

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

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

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

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

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