#AD7779

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

Shades of Turkish Rose #AD7779

Tints of Turkish Rose #AD7779

Color information

#AD7779 (or 0xAD7779) is unknown color: approx Turkish Rose. HEX triplet: AD, 77 and 79. RGB value is (173,119,121). Sum of RGB (Red+Green+Blue) = 173+119+121=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7779 is #528886. Grayscale: #878787. Windows color (decimal): -5408903 or 7960493. OLE color: 7960493.

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

Color convert

RGB173119121-
CMYK00.310.300.32
HSL357.78º24.77%57.25%-
HSV(B)357.78º31.21%67.84%-
XYZ27.2823.4621.18-
YUV135.37119.89154.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=41.89%
G=28.81%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311912100.310.300.32357.7824.7757.25
HexAD777901F1E201661939
Octal25516717103736405463171
Binary10101101111011111110010111111111010000010110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7779; }

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

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

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

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

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

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

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

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