Html Css Color HEX #AD7678 Turkish Rose

📋 copy color: '#AD7678'

red 173 ◦ green 118 ◦ blue 120

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

Shades of Turkish Rose #AD7678

Tints of Turkish Rose #AD7678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 42.09%
G = 28.71%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD7678 (or 0xAD7678) is known color: Turkish Rose. HEX triplet: AD, 76 and 78. RGB value is (173,118,120). Sum of RGB (Red+Green+Blue) = 173+118+120=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7678 is #528987. Grayscale: #868686. Windows color (decimal): -5409160 or 7894701. OLE color: 7894701.

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

Color convert

RGB 173 118 120 -
CMYK 0 0.32 0.31 0.32
HSL 357.82º 0.25% 0.57% -
HSV(B) 357.82º 0.32% 0.68% -
XYZ 27.1 23.2 20.82 -
YUV 134.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 173 118 120 0 0.32 0.31 0.32 357.82 0.25 0.57
Hex AD 76 78 0 20 1F 20 166 19 39
Octal 255 166 170 0 40 37 40 546 31 71
Binary 10101101 1110110 1111000 0 100000 11111 100000 101100110 11001 111001

Color Harmonies of #AD7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7678

Black with #AD7678

Text Example


Text Example

White with #AD7678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7678; }

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

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

background-color css

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

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

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

border-color css

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

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

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