Html Css Color HEX #AD626A Turkish Rose

📋 copy color: '#AD626A'

red 173 ◦ green 98 ◦ blue 106

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

Shades of Turkish Rose #AD626A

Tints of Turkish Rose #AD626A

RGB

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

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

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

R = 45.89%
G = 25.99%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD626A (or 0xAD626A) is known color: Turkish Rose. HEX triplet: AD, 62 and 6A. RGB value is (173,98,106). Sum of RGB (Red+Green+Blue) = 173+98+106=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD626A is #529D95. Grayscale: #797979. Windows color (decimal): -5414294 or 6972077. OLE color: 6972077.

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

Color convert

RGB 173 98 106 -
CMYK 0 0.43 0.39 0.32
HSL 353.6º 0.31% 0.53% -
HSV(B) 353.6º 0.43% 0.68% -
XYZ 24.2 18.66 15.96 -
YUV 121.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 173 98 106 0 0.43 0.39 0.32 353.6 0.31 0.53
Hex AD 62 6A 0 2B 27 20 162 1F 35
Octal 255 142 152 0 53 47 40 542 37 65
Binary 10101101 1100010 1101010 0 101011 100111 100000 101100010 11111 110101

Color Harmonies of #AD626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD626A

Black with #AD626A

Text Example


Text Example

White with #AD626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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