#A26378

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

Shades of Turkish Rose #A26378

Tints of Turkish Rose #A26378

Color information

#A26378 (or 0xA26378) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 78. RGB value is (162,99,120). Sum of RGB (Red+Green+Blue) = 162+99+120=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A26378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26378 is #5D9C87. Grayscale: #787878. Windows color (decimal): -6134920 or 7889826. OLE color: 7889826.

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

Color convert

RGB16299120-
CMYK00.390.260.36
HSL340º25.3%51.18%-
HSV(B)340º38.89%63.53%-
XYZ22.7517.9620.04-
YUV120.23127.87157.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=42.52%
G=25.98%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629912000.390.260.3634025.351.18
HexA263780271A241541933
Octal24214317004732445243163
Binary101000101100011111100001001111101010010010101010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26378; }

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

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

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

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

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

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

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

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