#A26C6F

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

Shades of Turkish Rose #A26C6F

Tints of Turkish Rose #A26C6F

Color information

#A26C6F (or 0xA26C6F) is unknown color: approx Turkish Rose. HEX triplet: A2, 6C and 6F. RGB value is (162,108,111). Sum of RGB (Red+Green+Blue) = 162+108+111=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C6F is #5D9390. Grayscale: #7C7C7C. Windows color (decimal): -6132625 or 7302306. OLE color: 7302306.

HSL color Cylindrical-coordinate representation of color #A26C6F: hue angle of 356.67º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26C6F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162108111-
CMYK00.330.310.36
HSL356.67º22.5%52.94%-
HSV(B)356.67º33.33%63.53%-
XYZ23.1319.5517.59-
YUV124.49120.39154.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=42.52%
G=28.35%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210811100.330.310.36356.6722.552.94
HexA26C6F0211F241651735
Octal24215415704137445452765
Binary101000101101100110111101000011111110010010110010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C6F; }

 p { color: rgb(162,108,111); }

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

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

 a { background-color: rgb(162,108,111); }

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

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

 span { border-color: rgb(162,108,111); }

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