#A26D6E

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

Shades of Turkish Rose #A26D6E

Tints of Turkish Rose #A26D6E

Color information

#A26D6E (or 0xA26D6E) is unknown color: approx Turkish Rose. HEX triplet: A2, 6D and 6E. RGB value is (162,109,110). Sum of RGB (Red+Green+Blue) = 162+109+110=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D6E is #5D9291. Grayscale: #7D7D7D. Windows color (decimal): -6132370 or 7237026. OLE color: 7237026.

HSL color Cylindrical-coordinate representation of color #A26D6E: hue angle of 358.87º degrees, saturation: 0.22, 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 #A26D6E is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB162109110-
CMYK00.330.320.36
HSL358.87º22.18%53.14%-
HSV(B)358.87º32.72%63.53%-
XYZ23.1819.7417.34-
YUV124.96119.56154.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=42.52%
G=28.61%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210911000.330.320.36358.8722.1853.14
HexA26D6E02120241671635
Octal24215515604140445472665
Binary1010001011011011101110010000110000010010010110011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D6E; }

 p { color: rgb(162,109,110); }

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

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

 a { background-color: rgb(162,109,110); }

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

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

 span { border-color: rgb(162,109,110); }

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