#AD6477

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

Shades of Turkish Rose #AD6477

Tints of Turkish Rose #AD6477

Color information

#AD6477 (or 0xAD6477) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 77. RGB value is (173,100,119). Sum of RGB (Red+Green+Blue) = 173+100+119=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6477 is #529B88. Grayscale: #7B7B7B. Windows color (decimal): -5413769 or 7824557. OLE color: 7824557.

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

Color convert

RGB173100119-
CMYK00.420.310.32
HSL344.38º30.8%53.53%-
HSV(B)344.38º42.2%67.84%-
XYZ25.1219.3319.86-
YUV123.99125.18162.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=44.13%
G=25.51%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310011900.420.310.32344.3830.853.53
HexAD647702A1F201581f36
Octal25514416705237405303766
Binary101011011100100111011101010101111110000010101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6477; }

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

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

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

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

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

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

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

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