#A5636F

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

Shades of Turkish Rose #A5636F

Tints of Turkish Rose #A5636F

Color information

#A5636F (or 0xA5636F) is unknown color: approx Turkish Rose. HEX triplet: A5, 63 and 6F. RGB value is (165,99,111). Sum of RGB (Red+Green+Blue) = 165+99+111=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5636F is #5A9C90. Grayscale: #787878. Windows color (decimal): -5938321 or 7300005. OLE color: 7300005.

HSL color Cylindrical-coordinate representation of color #A5636F: hue angle of 349.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5636F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16599111-
CMYK00.400.330.35
HSL349.09º26.83%51.76%-
HSV(B)349.09º40%64.71%-
XYZ22.8518.0717.32-
YUV120.1122.87160.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=44%
G=26.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659911100.400.330.35349.0926.8351.76
HexA5636F028212315d1b34
Octal24514315705041435353364
Binary1010010111000111101111010100010000110001110101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5636F; }

 p { color: rgb(165,99,111); }

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

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

 a { background-color: rgb(165,99,111); }

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

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

 span { border-color: rgb(165,99,111); }

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