Html Css Color HEX #AD656C Turkish Rose

📋 copy color: '#AD656C'

red 173 ◦ green 101 ◦ blue 108

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

Shades of Turkish Rose #AD656C

Tints of Turkish Rose #AD656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 45.29%
G = 26.44%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD656C (or 0xAD656C) is known color: Turkish Rose. HEX triplet: AD, 65 and 6C. RGB value is (173,101,108). Sum of RGB (Red+Green+Blue) = 173+101+108=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD656C is #529A93. Grayscale: #7B7B7B. Windows color (decimal): -5413524 or 7103917. OLE color: 7103917.

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

Color convert

RGB 173 101 108 -
CMYK 0 0.42 0.38 0.32
HSL 354.17º 0.31% 0.54% -
HSV(B) 354.17º 0.42% 0.68% -
XYZ 24.59 19.27 16.61 -
YUV 123.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 173 101 108 0 0.42 0.38 0.32 354.17 0.31 0.54
Hex AD 65 6C 0 2A 26 20 162 1F 36
Octal 255 145 154 0 52 46 40 542 37 66
Binary 10101101 1100101 1101100 0 101010 100110 100000 101100010 11111 110110

Color Harmonies of #AD656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD656C

Black with #AD656C

Text Example


Text Example

White with #AD656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD656C; }

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

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

background-color css

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

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

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

border-color css

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

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

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