#AD636A

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

Shades of Turkish Rose #AD636A

Tints of Turkish Rose #AD636A

Color information

#AD636A (or 0xAD636A) is unknown color: approx Turkish Rose. HEX triplet: AD, 63 and 6A. RGB value is (173,99,106). Sum of RGB (Red+Green+Blue) = 173+99+106=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD636A is #529C95. Grayscale: #797979. Windows color (decimal): -5414038 or 6972333. OLE color: 6972333.

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

Color convert

RGB17399106-
CMYK00.430.390.32
HSL354.32º31.09%53.33%-
HSV(B)354.32º42.77%67.84%-
XYZ24.318.8515.99-
YUV121.92119.02164.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=45.77%
G=26.19%
B=28.04%

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
Decimal1739910600.430.390.32354.3231.0953.33
HexAD636A02B27201621f35
Octal25514315205347405423765
Binary1010110111000111101010010101110011110000010110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD636A; }

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

 H1.HeaderClassName
 {
   color: #AD636A;
 }
 .AnyTagClassName
 {
   color: #AD636A;
 }
</style>
background-color css

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

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

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

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

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

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