#A26376

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

Shades of Turkish Rose #A26376

Tints of Turkish Rose #A26376

Color information

#A26376 (or 0xA26376) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 76. RGB value is (162,99,118). Sum of RGB (Red+Green+Blue) = 162+99+118=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A26376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26376 is #5D9C89. Grayscale: #777777. Windows color (decimal): -6134922 or 7758754. OLE color: 7758754.

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

Color convert

RGB16299118-
CMYK00.390.270.36
HSL341.9º25.3%51.18%-
HSV(B)341.9º38.89%63.53%-
XYZ22.6317.9119.4-
YUV120126.87157.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=42.74%
G=26.12%
B=31.13%

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
Decimal1629911800.390.270.36341.925.351.18
HexA263760271B241561933
Octal24214316604733445263163
Binary101000101100011111011001001111101110010010101011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26376; }

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

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

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

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

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

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

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

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