#AD7475

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

Shades of Turkish Rose #AD7475

Tints of Turkish Rose #AD7475

Color information

#AD7475 (or 0xAD7475) is unknown color: approx Turkish Rose. HEX triplet: AD, 74 and 75. RGB value is (173,116,117). Sum of RGB (Red+Green+Blue) = 173+116+117=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7475 is #528B8A. Grayscale: #858585. Windows color (decimal): -5409675 or 7697581. OLE color: 7697581.

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

Color convert

RGB173116117-
CMYK00.330.320.32
HSL358.95º25.79%56.67%-
HSV(B)358.95º32.95%67.84%-
XYZ26.6922.6619.8-
YUV133.16118.88156.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.61%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=42.61%
G=28.57%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311611700.330.320.32358.9525.7956.67
HexAD747502120201671a39
Octal25516416504140405473271
Binary1010110111101001110101010000110000010000010110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7475; }

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

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

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

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

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

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

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

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