Html Css Color HEX #AD7576 Turkish Rose

📋 copy color: '#AD7576'

red 173 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #AD7576

Tints of Turkish Rose #AD7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 42.4%
G = 28.68%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7576 (or 0xAD7576) is known color: Turkish Rose. HEX triplet: AD, 75 and 76. RGB value is (173,117,118). Sum of RGB (Red+Green+Blue) = 173+117+118=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7576 is #528A89. Grayscale: #858585. Windows color (decimal): -5409418 or 7763373. OLE color: 7763373.

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

Color convert

RGB 173 117 118 -
CMYK 0 0.32 0.32 0.32
HSL 358.93º 0.25% 0.57% -
HSV(B) 358.93º 0.32% 0.68% -
XYZ 26.86 22.91 20.15 -
YUV 133.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 173 117 118 0 0.32 0.32 0.32 358.93 0.25 0.57
Hex AD 75 76 0 20 20 20 167 19 39
Octal 255 165 166 0 40 40 40 547 31 71
Binary 10101101 1110101 1110110 0 100000 100000 100000 101100111 11001 111001

Color Harmonies of #AD7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7576

Black with #AD7576

Text Example


Text Example

White with #AD7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7576; }

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

 H1.HeaderClassName
 {
   color: #AD7576;
 }
 .AnyTagClassName
 {
   color: #AD7576;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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