Html Css Color HEX #AD6076 Turkish Rose

📋 copy color: '#AD6076'

red 173 ◦ green 96 ◦ blue 118

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

Shades of Turkish Rose #AD6076

Tints of Turkish Rose #AD6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

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

R = 44.7%
G = 24.81%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD6076 (or 0xAD6076) is known color: Turkish Rose. HEX triplet: AD, 60 and 76. RGB value is (173,96,118). Sum of RGB (Red+Green+Blue) = 173+96+118=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6076 is #529F89. Grayscale: #797979. Windows color (decimal): -5414794 or 7757997. OLE color: 7757997.

HSL color Cylindrical-coordinate representation of color #AD6076: hue angle of 342.86º 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 #AD6076 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 118 -
CMYK 0 0.45 0.32 0.32
HSL 342.86º 0.32% 0.53% -
HSV(B) 342.86º 0.45% 0.68% -
XYZ 24.69 18.56 19.42 -
YUV 121.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 173 96 118 0 0.45 0.32 0.32 342.86 0.32 0.53
Hex AD 60 76 0 2D 20 20 157 20 35
Octal 255 140 166 0 55 40 40 527 40 65
Binary 10101101 1100000 1110110 0 101101 100000 100000 101010111 100000 110101

Color Harmonies of #AD6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6076

Black with #AD6076

Text Example


Text Example

White with #AD6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6076; }

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

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

background-color css

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

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

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

border-color css

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

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

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