#A26476

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

Shades of Turkish Rose #A26476

Tints of Turkish Rose #A26476

Color information

#A26476 (or 0xA26476) is unknown color: approx Turkish Rose. HEX triplet: A2, 64 and 76. RGB value is (162,100,118). Sum of RGB (Red+Green+Blue) = 162+100+118=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26476 is #5D9B89. Grayscale: #787878. Windows color (decimal): -6134666 or 7759010. OLE color: 7759010.

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

Color convert

RGB162100118-
CMYK00.380.270.36
HSL342.58º25%51.37%-
HSV(B)342.58º38.27%63.53%-
XYZ22.7318.119.44-
YUV120.59126.54157.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=42.63%
G=26.32%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210011800.380.270.36342.582551.37
HexA264760261B241571933
Octal24214416604633445273163
Binary101000101100100111011001001101101110010010101011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26476; }

 p { color: rgb(162,100,118); }

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

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

 a { background-color: rgb(162,100,118); }

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

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

 span { border-color: rgb(162,100,118); }

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