#AD6277

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

Shades of Turkish Rose #AD6277

Tints of Turkish Rose #AD6277

Color information

#AD6277 (or 0xAD6277) is unknown color: approx Turkish Rose. HEX triplet: AD, 62 and 77. RGB value is (173,98,119). Sum of RGB (Red+Green+Blue) = 173+98+119=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6277 is #529D88. Grayscale: #7A7A7A. Windows color (decimal): -5414281 or 7824045. OLE color: 7824045.

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

Color convert

RGB17398119-
CMYK00.430.310.32
HSL343.2º31.38%53.14%-
HSV(B)343.2º43.35%67.84%-
XYZ24.9318.9519.8-
YUV122.82125.85163.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=44.36%
G=25.13%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739811900.430.310.32343.231.3853.14
HexAD627702B1F201571f35
Octal25514216705337405273765
Binary101011011100010111011101010111111110000010101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6277; }

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

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

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

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

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

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

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

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