Html Css Color HEX #AD6C75 Turkish Rose

📋 copy color: '#AD6C75'

red 173 ◦ green 108 ◦ blue 117

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

Shades of Turkish Rose #AD6C75

Tints of Turkish Rose #AD6C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

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

R = 43.47%
G = 27.14%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD6C75 (or 0xAD6C75) is known color: Turkish Rose. HEX triplet: AD, 6C and 75. RGB value is (173,108,117). Sum of RGB (Red+Green+Blue) = 173+108+117=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C75 is #52938A. Grayscale: #808080. Windows color (decimal): -5411723 or 7695533. OLE color: 7695533.

HSL color Cylindrical-coordinate representation of color #AD6C75: hue angle of 351.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6C75 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 108 117 -
CMYK 0 0.38 0.32 0.32
HSL 351.69º 0.28% 0.55% -
HSV(B) 351.69º 0.38% 0.68% -
XYZ 25.81 20.89 19.5 -
YUV 128.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 173 108 117 0 0.38 0.32 0.32 351.69 0.28 0.55
Hex AD 6C 75 0 26 20 20 160 1C 37
Octal 255 154 165 0 46 40 40 540 34 67
Binary 10101101 1101100 1110101 0 100110 100000 100000 101100000 11100 110111

Color Harmonies of #AD6C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C75

Black with #AD6C75

Text Example


Text Example

White with #AD6C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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