#A26678

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

Shades of Turkish Rose #A26678

Tints of Turkish Rose #A26678

Color information

#A26678 (or 0xA26678) is unknown color: approx Turkish Rose. HEX triplet: A2, 66 and 78. RGB value is (162,102,120). Sum of RGB (Red+Green+Blue) = 162+102+120=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A26678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26678 is #5D9987. Grayscale: #797979. Windows color (decimal): -6134152 or 7890594. OLE color: 7890594.

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

Color convert

RGB162102120-
CMYK00.370.260.36
HSL342º24.39%51.76%-
HSV(B)342º37.04%63.53%-
XYZ23.0418.5420.13-
YUV121.99126.88156.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=42.19%
G=26.56%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210212000.370.260.3634224.3951.76
HexA266780251A241561834
Octal24214617004532445263064
Binary101000101100110111100001001011101010010010101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26678; }

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

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

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

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

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

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

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

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