#AD767D

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

Shades of Turkish Rose #AD767D

Tints of Turkish Rose #AD767D

Color information

#AD767D (or 0xAD767D) is unknown color: approx Turkish Rose. HEX triplet: AD, 76 and 7D. RGB value is (173,118,125). Sum of RGB (Red+Green+Blue) = 173+118+125=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD767D is #528982. Grayscale: #878787. Windows color (decimal): -5409155 or 8222381. OLE color: 8222381.

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

Color convert

RGB173118125-
CMYK00.320.280.32
HSL352.36º25.11%57.06%-
HSV(B)352.36º31.79%67.84%-
XYZ27.4123.3222.46-
YUV135.24122.22154.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=41.59%
G=28.37%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311812500.320.280.32352.3625.1157.06
HexAD767D0201C201601939
Octal25516617504034405403171
Binary101011011110110111110101000001110010000010110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD767D; }

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

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

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

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

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

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

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

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