#AD626B

Color #AD626B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AD626B

Tints of Turkish Rose #AD626B

Color information

#AD626B (or 0xAD626B) is unknown color: approx 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

RGB17398107-
CMYK00.430.380.32
HSL352.8º31.38%53.14%-
HSV(B)352.8º43.35%67.84%-
XYZ24.2618.6816.24-
YUV121.45119.85164.77-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739810700.430.380.32352.831.3853.14
HexAD626B02B26201611f35
Octal25514215305346405413765
Binary1010110111000101101011010101110011010000010110000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>