Html Css Color HEX #AD656A Turkish Rose

📋 copy color: '#AD656A'

red 173 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #AD656A

Tints of Turkish Rose #AD656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 45.53%
G = 26.58%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD656A (or 0xAD656A) is known color: Turkish Rose. HEX triplet: AD, 65 and 6A. RGB value is (173,101,106). Sum of RGB (Red+Green+Blue) = 173+101+106=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD656A is #529A95. Grayscale: #7B7B7B. Windows color (decimal): -5413526 or 6972845. OLE color: 6972845.

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

Color convert

RGB 173 101 106 -
CMYK 0 0.42 0.39 0.32
HSL 355.83º 0.31% 0.54% -
HSV(B) 355.83º 0.42% 0.68% -
XYZ 24.49 19.23 16.06 -
YUV 123.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 173 101 106 0 0.42 0.39 0.32 355.83 0.31 0.54
Hex AD 65 6A 0 2A 27 20 164 1F 36
Octal 255 145 152 0 52 47 40 544 37 66
Binary 10101101 1100101 1101010 0 101010 100111 100000 101100100 11111 110110

Color Harmonies of #AD656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD656A

Black with #AD656A

Text Example


Text Example

White with #AD656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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