#AD626A

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

Shades of Turkish Rose #AD626A

Tints of Turkish Rose #AD626A

Color information

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

RGB17398106-
CMYK00.430.390.32
HSL353.6º31.38%53.14%-
HSV(B)353.6º43.35%67.84%-
XYZ24.218.6615.96-
YUV121.34119.35164.85-

RGB Variations

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

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.80% from 255) = 28.12%
R=45.89%
G=25.99%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739810600.430.390.32353.631.3853.14
HexAD626A02B27201621f35
Octal25514215205347405423765
Binary1010110111000101101010010101110011110000010110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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