#A26668

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

Shades of Turkish Rose #A26668

Tints of Turkish Rose #A26668

Color information

#A26668 (or 0xA26668) is unknown color: approx Turkish Rose. HEX triplet: A2, 66 and 68. RGB value is (162,102,104). Sum of RGB (Red+Green+Blue) = 162+102+104=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A26668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26668 is #5D9997. Grayscale: #787878. Windows color (decimal): -6134168 or 6842018. OLE color: 6842018.

HSL color Cylindrical-coordinate representation of color #A26668: hue angle of 358º degrees, saturation: 0.24, 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 #A26668 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB162102104-
CMYK00.370.360.36
HSL358º24.39%51.76%-
HSV(B)358º37.04%63.53%-
XYZ22.1518.1815.44-
YUV120.17118.88157.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=44.02%
G=27.72%
B=28.26%

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
Decimal16210210400.370.360.3635824.3951.76
HexA2666802524241661834
Octal24214615004544445463064
Binary1010001011001101101000010010110010010010010110011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26668; }

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

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

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

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

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

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

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

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