#A26474

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

Shades of Turkish Rose #A26474

Tints of Turkish Rose #A26474

Color information

#A26474 (or 0xA26474) is unknown color: approx Turkish Rose. HEX triplet: A2, 64 and 74. RGB value is (162,100,116). Sum of RGB (Red+Green+Blue) = 162+100+116=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26474 is #5D9B8B. Grayscale: #787878. Windows color (decimal): -6134668 or 7627938. OLE color: 7627938.

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

Color convert

RGB162100116-
CMYK00.380.280.36
HSL344.52º25%51.37%-
HSV(B)344.52º38.27%63.53%-
XYZ22.6118.0618.82-
YUV120.36125.54157.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=42.86%
G=26.46%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210011600.380.280.36344.522551.37
HexA264740261C241591933
Octal24214416404634445313163
Binary101000101100100111010001001101110010010010101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26474; }

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

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

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

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

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

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

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

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