Html Css Color HEX #AD626F Turkish Rose

📋 copy color: '#AD626F'

red 173 ◦ green 98 ◦ blue 111

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

Shades of Turkish Rose #AD626F

Tints of Turkish Rose #AD626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 45.29%
G = 25.65%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD626F (or 0xAD626F) is known color: Turkish Rose. HEX triplet: AD, 62 and 6F. RGB value is (173,98,111). Sum of RGB (Red+Green+Blue) = 173+98+111=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD626F is #529D90. Grayscale: #797979. Windows color (decimal): -5414289 or 7299757. OLE color: 7299757.

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

Color convert

RGB 173 98 111 -
CMYK 0 0.43 0.36 0.32
HSL 349.6º 0.31% 0.53% -
HSV(B) 349.6º 0.43% 0.68% -
XYZ 24.47 18.77 17.37 -
YUV 121.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 173 98 111 0 0.43 0.36 0.32 349.6 0.31 0.53
Hex AD 62 6F 0 2B 24 20 15E 1F 35
Octal 255 142 157 0 53 44 40 536 37 65
Binary 10101101 1100010 1101111 0 101011 100100 100000 101011110 11111 110101

Color Harmonies of #AD626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD626F

Black with #AD626F

Text Example


Text Example

White with #AD626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD626F; }

 p { color: rgb(173,98,111); }

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

background-color css

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

 a { background-color: rgb(173,98,111); }

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

border-color css

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

 span { border-color: rgb(173,98,111); }

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