Html Css Color HEX #AD626B Turkish Rose

📋 copy color: '#AD626B'

red 173 ◦ green 98 ◦ blue 107

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

Shades of Turkish Rose #AD626B

Tints of Turkish Rose #AD626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 45.77%
G = 25.93%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD626B (or 0xAD626B) is known color: Turkish Rose. HEX triplet: AD, 62 and 6B. RGB value is (173,98,107). Sum of RGB (Red+Green+Blue) = 173+98+107=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD626B is #529D94. Grayscale: #797979. Windows color (decimal): -5414293 or 7037613. OLE color: 7037613.

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

Color convert

RGB 173 98 107 -
CMYK 0 0.43 0.38 0.32
HSL 352.8º 0.31% 0.53% -
HSV(B) 352.8º 0.43% 0.68% -
XYZ 24.26 18.68 16.24 -
YUV 121.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 173 98 107 0 0.43 0.38 0.32 352.8 0.31 0.53
Hex AD 62 6B 0 2B 26 20 161 1F 35
Octal 255 142 153 0 53 46 40 541 37 65
Binary 10101101 1100010 1101011 0 101011 100110 100000 101100001 11111 110101

Color Harmonies of #AD626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD626B

Black with #AD626B

Text Example


Text Example

White with #AD626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD626B; }

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

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

background-color css

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

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

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

border-color css

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

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

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