#AD767A

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

Shades of Turkish Rose #AD767A

Tints of Turkish Rose #AD767A

Color information

#AD767A (or 0xAD767A) is unknown color: approx Turkish Rose. HEX triplet: AD, 76 and 7A. RGB value is (173,118,122). Sum of RGB (Red+Green+Blue) = 173+118+122=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD767A is #528985. Grayscale: #868686. Windows color (decimal): -5409158 or 8025773. OLE color: 8025773.

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

Color convert

RGB173118122-
CMYK00.320.290.32
HSL355.64º25.11%57.06%-
HSV(B)355.64º31.79%67.84%-
XYZ27.2223.2521.46-
YUV134.9120.72155.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=41.89%
G=28.57%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311812200.320.290.32355.6425.1157.06
HexAD767A0201D201641939
Octal25516617204035405443171
Binary101011011110110111101001000001110110000010110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD767A; }

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

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

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

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

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

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

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

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