#A36668

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

Shades of Turkish Rose #A36668

Tints of Turkish Rose #A36668

Color information

#A36668 (or 0xA36668) is unknown color: approx Turkish Rose. HEX triplet: A3, 66 and 68. RGB value is (163,102,104). Sum of RGB (Red+Green+Blue) = 163+102+104=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A36668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36668 is #5C9997. Grayscale: #787878. Windows color (decimal): -6068632 or 6842019. OLE color: 6842019.

HSL color Cylindrical-coordinate representation of color #A36668: hue angle of 358.03º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36668 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163102104-
CMYK00.370.360.36
HSL358.03º24.9%51.96%-
HSV(B)358.03º37.42%63.92%-
XYZ22.3518.2915.45-
YUV120.47118.71158.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=44.17%
G=27.64%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310210400.370.360.36358.0324.951.96
HexA3666802524241661934
Octal24314615004544445463164
Binary1010001111001101101000010010110010010010010110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36668; }

 p { color: rgb(163,102,104); }

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

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

 a { background-color: rgb(163,102,104); }

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

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

 span { border-color: rgb(163,102,104); }

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