#AD7677

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

Shades of Turkish Rose #AD7677

Tints of Turkish Rose #AD7677

Color information

#AD7677 (or 0xAD7677) is unknown color: approx Turkish Rose. HEX triplet: AD, 76 and 77. RGB value is (173,118,119). Sum of RGB (Red+Green+Blue) = 173+118+119=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7677 is #528988. Grayscale: #868686. Windows color (decimal): -5409161 or 7829165. OLE color: 7829165.

HSL color Cylindrical-coordinate representation of color #AD7677: hue angle of 358.91º 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 #AD7677 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173118119-
CMYK00.320.310.32
HSL358.91º25.11%57.06%-
HSV(B)358.91º31.79%67.84%-
XYZ27.0423.1720.5-
YUV134.56119.22155.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=42.20%
G=28.78%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311811900.320.310.32358.9125.1157.06
HexAD76770201F201671939
Octal25516616704037405473171
Binary101011011110110111011101000001111110000010110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7677; }

 p { color: rgb(173,118,119); }

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

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

 a { background-color: rgb(173,118,119); }

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

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

 span { border-color: rgb(173,118,119); }

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