#A8636C

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

Shades of Turkish Rose #A8636C

Tints of Turkish Rose #A8636C

Color information

#A8636C (or 0xA8636C) is unknown color: approx Turkish Rose. HEX triplet: A8, 63 and 6C. RGB value is (168,99,108). Sum of RGB (Red+Green+Blue) = 168+99+108=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8636C is #579C93. Grayscale: #787878. Windows color (decimal): -5741716 or 7103400. OLE color: 7103400.

HSL color Cylindrical-coordinate representation of color #A8636C: hue angle of 352.17º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8636C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16899108-
CMYK00.410.360.34
HSL352.17º28.4%52.35%-
HSV(B)352.17º41.07%65.88%-
XYZ23.3218.3316.5-
YUV120.66120.86161.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=44.8%
G=26.4%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689910800.410.360.34352.1728.452.35
HexA8636C02924221601c34
Octal25014315405144425403464
Binary1010100011000111101100010100110010010001010110000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8636C; }

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

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

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

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

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

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

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

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