Html Css Color HEX #AD7475 Turkish Rose

📋 copy color: '#AD7475'

red 173 ◦ green 116 ◦ blue 117

#AD7475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AD7475

Tints of Turkish Rose #AD7475

RGB

 RED value IS 173 (67.97% from 255) = 42.61%

 GREEN value IS 116 (45.7% 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 value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7475 (or 0xAD7475) is known color: 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

RGB 173 116 117 -
CMYK 0 0.33 0.32 0.32
HSL 358.95º 0.26% 0.57% -
HSV(B) 358.95º 0.33% 0.68% -
XYZ 26.69 22.66 19.8 -
YUV 133.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 173 116 117 0 0.33 0.32 0.32 358.95 0.26 0.57
Hex AD 74 75 0 21 20 20 167 1A 39
Octal 255 164 165 0 41 40 40 547 32 71
Binary 10101101 1110100 1110101 0 100001 100000 100000 101100111 11010 111001

Color Harmonies of #AD7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7475

Black with #AD7475

Text Example


Text Example

White with #AD7475

Text Example


Text Example

HTML Codes & Css Web 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>