Html Css Color HEX #AD646A Turkish Rose

📋 copy color: '#AD646A'

red 173 ◦ green 100 ◦ blue 106

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

Shades of Turkish Rose #AD646A

Tints of Turkish Rose #AD646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

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

R = 45.65%
G = 26.39%
B = 27.97%

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

#AD646A (or 0xAD646A) is known color: Turkish Rose. HEX triplet: AD, 64 and 6A. RGB value is (173,100,106). Sum of RGB (Red+Green+Blue) = 173+100+106=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD646A is #529B95. Grayscale: #7A7A7A. Windows color (decimal): -5413782 or 6972589. OLE color: 6972589.

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

Color convert

RGB 173 100 106 -
CMYK 0 0.42 0.39 0.32
HSL 355.07º 0.31% 0.54% -
HSV(B) 355.07º 0.42% 0.68% -
XYZ 24.39 19.04 16.02 -
YUV 122.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 173 100 106 0 0.42 0.39 0.32 355.07 0.31 0.54
Hex AD 64 6A 0 2A 27 20 163 1F 36
Octal 255 144 152 0 52 47 40 543 37 66
Binary 10101101 1100100 1101010 0 101010 100111 100000 101100011 11111 110110

Color Harmonies of #AD646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD646A

Black with #AD646A

Text Example


Text Example

White with #AD646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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