#A5636C

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

Shades of Turkish Rose #A5636C

Tints of Turkish Rose #A5636C

Color information

#A5636C (or 0xA5636C) is unknown color: approx Turkish Rose. HEX triplet: A5, 63 and 6C. RGB value is (165,99,108). Sum of RGB (Red+Green+Blue) = 165+99+108=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5636C is #5A9C93. Grayscale: #777777. Windows color (decimal): -5938324 or 7103397. OLE color: 7103397.

HSL color Cylindrical-coordinate representation of color #A5636C: hue angle of 351.82º 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 #A5636C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16599108-
CMYK00.400.350.35
HSL351.82º26.83%51.76%-
HSV(B)351.82º40%64.71%-
XYZ22.6918.0116.47-
YUV119.76121.37160.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=44.35%
G=26.61%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659910800.400.350.35351.8226.8351.76
HexA5636C02823231601b34
Octal24514315405043435403364
Binary1010010111000111101100010100010001110001110110000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5636C; }

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

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

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

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

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

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

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

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