#A26778

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

Shades of Turkish Rose #A26778

Tints of Turkish Rose #A26778

Color information

#A26778 (or 0xA26778) is unknown color: approx Turkish Rose. HEX triplet: A2, 67 and 78. RGB value is (162,103,120). Sum of RGB (Red+Green+Blue) = 162+103+120=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A26778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26778 is #5D9887. Grayscale: #7A7A7A. Windows color (decimal): -6133896 or 7890850. OLE color: 7890850.

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

Color convert

RGB162103120-
CMYK00.360.260.36
HSL342.71º24.08%51.96%-
HSV(B)342.71º36.42%63.53%-
XYZ23.1418.7420.17-
YUV122.58126.55156.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=42.08%
G=26.75%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210312000.360.260.36342.7124.0851.96
HexA267780241A241571834
Octal24214717004432445273064
Binary101000101100111111100001001001101010010010101011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26778; }

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

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

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

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

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

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

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

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