Html Css Color HEX #AD6875 Turkish Rose

📋 copy color: '#AD6875'

red 173 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #AD6875

Tints of Turkish Rose #AD6875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 43.91%
G = 26.4%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD6875 (or 0xAD6875) is known color: Turkish Rose. HEX triplet: AD, 68 and 75. RGB value is (173,104,117). Sum of RGB (Red+Green+Blue) = 173+104+117=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6875 is #52978A. Grayscale: #7E7E7E. Windows color (decimal): -5412747 or 7694509. OLE color: 7694509.

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

Color convert

RGB 173 104 117 -
CMYK 0 0.40 0.32 0.32
HSL 348.7º 0.3% 0.54% -
HSV(B) 348.7º 0.4% 0.68% -
XYZ 25.39 20.07 19.36 -
YUV 126.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 173 104 117 0 0.40 0.32 0.32 348.7 0.3 0.54
Hex AD 68 75 0 28 20 20 15D 1E 36
Octal 255 150 165 0 50 40 40 535 36 66
Binary 10101101 1101000 1110101 0 101000 100000 100000 101011101 11110 110110

Color Harmonies of #AD6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6875

Black with #AD6875

Text Example


Text Example

White with #AD6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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