Html Css Color HEX #AD6877 Turkish Rose

📋 copy color: '#AD6877'

red 173 ◦ green 104 ◦ blue 119

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

Shades of Turkish Rose #AD6877

Tints of Turkish Rose #AD6877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.26%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 43.69%
G = 26.26%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD6877 (or 0xAD6877) is known color: Turkish Rose. HEX triplet: AD, 68 and 77. RGB value is (173,104,119). Sum of RGB (Red+Green+Blue) = 173+104+119=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6877 is #529788. Grayscale: #7E7E7E. Windows color (decimal): -5412745 or 7825581. OLE color: 7825581.

HSL color Cylindrical-coordinate representation of color #AD6877: hue angle of 346.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6877 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 104 119 -
CMYK 0 0.40 0.31 0.32
HSL 346.96º 0.3% 0.54% -
HSV(B) 346.96º 0.4% 0.68% -
XYZ 25.51 20.12 19.99 -
YUV 126.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 173 104 119 0 0.40 0.31 0.32 346.96 0.3 0.54
Hex AD 68 77 0 28 1F 20 15B 1E 36
Octal 255 150 167 0 50 37 40 533 36 66
Binary 10101101 1101000 1110111 0 101000 11111 100000 101011011 11110 110110

Color Harmonies of #AD6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6877

Black with #AD6877

Text Example


Text Example

White with #AD6877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6877; }

 p { color: rgb(173,104,119); }

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

background-color css

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

 a { background-color: rgb(173,104,119); }

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

border-color css

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

 span { border-color: rgb(173,104,119); }

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