#A26978

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

Shades of Turkish Rose #A26978

Tints of Turkish Rose #A26978

Color information

#A26978 (or 0xA26978) is unknown color: approx Turkish Rose. HEX triplet: A2, 69 and 78. RGB value is (162,105,120). Sum of RGB (Red+Green+Blue) = 162+105+120=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A26978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26978 is #5D9687. Grayscale: #7B7B7B. Windows color (decimal): -6133384 or 7891362. OLE color: 7891362.

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

Color convert

RGB162105120-
CMYK00.350.260.36
HSL344.21º23.46%52.35%-
HSV(B)344.21º35.19%63.53%-
XYZ23.3419.1420.23-
YUV123.75125.88155.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=41.86%
G=27.13%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210512000.350.260.36344.2123.4652.35
HexA269780231A241581734
Octal24215117004332445302764
Binary101000101101001111100001000111101010010010101100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26978; }

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

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

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

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

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

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

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

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