#AD7577

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

Shades of Turkish Rose #AD7577

Tints of Turkish Rose #AD7577

Color information

#AD7577 (or 0xAD7577) is unknown color: approx Turkish Rose. HEX triplet: AD, 75 and 77. RGB value is (173,117,119). Sum of RGB (Red+Green+Blue) = 173+117+119=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7577 is #528A88. Grayscale: #868686. Windows color (decimal): -5409417 or 7828909. OLE color: 7828909.

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

Color convert

RGB173117119-
CMYK00.320.310.32
HSL357.86º25.45%56.86%-
HSV(B)357.86º32.37%67.84%-
XYZ26.9222.9420.46-
YUV133.97119.55155.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=42.30%
G=28.61%
B=29.10%

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
Decimal17311711900.320.310.32357.8625.4556.86
HexAD75770201F201661939
Octal25516516704037405463171
Binary101011011110101111011101000001111110000010110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7577; }

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

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

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

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

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

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

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

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