Html Css Color HEX #AD7679 Turkish Rose

📋 copy color: '#AD7679'

red 173 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #AD7679

Tints of Turkish Rose #AD7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 41.99%
G = 28.64%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD7679 (or 0xAD7679) is known color: Turkish Rose. HEX triplet: AD, 76 and 79. RGB value is (173,118,121). Sum of RGB (Red+Green+Blue) = 173+118+121=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7679 is #528986. Grayscale: #868686. Windows color (decimal): -5409159 or 7960237. OLE color: 7960237.

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

Color convert

RGB 173 118 121 -
CMYK 0 0.32 0.30 0.32
HSL 356.73º 0.25% 0.57% -
HSV(B) 356.73º 0.32% 0.68% -
XYZ 27.16 23.22 21.14 -
YUV 134.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 173 118 121 0 0.32 0.30 0.32 356.73 0.25 0.57
Hex AD 76 79 0 20 1E 20 165 19 39
Octal 255 166 171 0 40 36 40 545 31 71
Binary 10101101 1110110 1111001 0 100000 11110 100000 101100101 11001 111001

Color Harmonies of #AD7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7679

Black with #AD7679

Text Example


Text Example

White with #AD7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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