#A8636D

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

Shades of Turkish Rose #A8636D

Tints of Turkish Rose #A8636D

Color information

#A8636D (or 0xA8636D) is unknown color: approx Turkish Rose. HEX triplet: A8, 63 and 6D. RGB value is (168,99,109). Sum of RGB (Red+Green+Blue) = 168+99+109=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8636D is #579C92. Grayscale: #787878. Windows color (decimal): -5741715 or 7168936. OLE color: 7168936.

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

Color convert

RGB16899109-
CMYK00.410.350.34
HSL351.3º28.4%52.35%-
HSV(B)351.3º41.07%65.88%-
XYZ23.3718.3516.78-
YUV120.77121.36161.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=44.68%
G=26.33%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689910900.410.350.34351.328.452.35
HexA8636D029232215f1c34
Octal25014315505143425373464
Binary1010100011000111101101010100110001110001010101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8636D; }

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

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

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

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

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

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

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

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