#A26377

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

Shades of Turkish Rose #A26377

Tints of Turkish Rose #A26377

Color information

#A26377 (or 0xA26377) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 77. RGB value is (162,99,119). Sum of RGB (Red+Green+Blue) = 162+99+119=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26377 is #5D9C88. Grayscale: #787878. Windows color (decimal): -6134921 or 7824290. OLE color: 7824290.

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

Color convert

RGB16299119-
CMYK00.390.270.36
HSL340.95º25.3%51.18%-
HSV(B)340.95º38.89%63.53%-
XYZ22.6917.9419.72-
YUV120.12127.37157.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=42.63%
G=26.05%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629911900.390.270.36340.9525.351.18
HexA263770271B241551933
Octal24214316704733445253163
Binary101000101100011111011101001111101110010010101010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26377; }

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

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

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

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

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

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

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

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