Html Css Color HEX #AD606A Turkish Rose

📋 copy color: '#AD606A'

red 173 ◦ green 96 ◦ blue 106

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

Shades of Turkish Rose #AD606A

Tints of Turkish Rose #AD606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

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

R = 46.13%
G = 25.6%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD606A (or 0xAD606A) is known color: Turkish Rose. HEX triplet: AD, 60 and 6A. RGB value is (173,96,106). Sum of RGB (Red+Green+Blue) = 173+96+106=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD606A is #529F95. Grayscale: #787878. Windows color (decimal): -5414806 or 6971565. OLE color: 6971565.

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

Color convert

RGB 173 96 106 -
CMYK 0 0.45 0.39 0.32
HSL 352.21º 0.32% 0.53% -
HSV(B) 352.21º 0.45% 0.68% -
XYZ 24.02 18.29 15.9 -
YUV 120.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 173 96 106 0 0.45 0.39 0.32 352.21 0.32 0.53
Hex AD 60 6A 0 2D 27 20 160 20 35
Octal 255 140 152 0 55 47 40 540 40 65
Binary 10101101 1100000 1101010 0 101101 100111 100000 101100000 100000 110101

Color Harmonies of #AD606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD606A

Black with #AD606A

Text Example


Text Example

White with #AD606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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