#AD6075

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

Shades of Turkish Rose #AD6075

Tints of Turkish Rose #AD6075

Color information

#AD6075 (or 0xAD6075) is unknown color: approx Turkish Rose. HEX triplet: AD, 60 and 75. RGB value is (173,96,117). Sum of RGB (Red+Green+Blue) = 173+96+117=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6075 is #529F8A. Grayscale: #797979. Windows color (decimal): -5414795 or 7692461. OLE color: 7692461.

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

Color convert

RGB17396117-
CMYK00.450.320.32
HSL343.64º31.95%52.75%-
HSV(B)343.64º44.51%67.84%-
XYZ24.6318.5319.11-
YUV121.42125.51164.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=44.82%
G=24.87%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739611700.450.320.32343.6431.9552.75
HexAD607502D20201582035
Octal25514016505540405304065
Binary10101101110000011101010101101100000100000101011000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6075; }

 p { color: rgb(173,96,117); }

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

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

 a { background-color: rgb(173,96,117); }

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

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

 span { border-color: rgb(173,96,117); }

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