#A26164

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

Shades of Turkish Rose #A26164

Tints of Turkish Rose #A26164

Color information

#A26164 (or 0xA26164) is unknown color: approx Turkish Rose. HEX triplet: A2, 61 and 64. RGB value is (162,97,100). Sum of RGB (Red+Green+Blue) = 162+97+100=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26164 is #5D9E9B. Grayscale: #747474. Windows color (decimal): -6135452 or 6578594. OLE color: 6578594.

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

Color convert

RGB16297100-
CMYK00.400.380.36
HSL357.23º25.9%50.78%-
HSV(B)357.23º40.12%63.53%-
XYZ21.4817.1514.24-
YUV116.78118.53160.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=45.13%
G=27.02%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629710000.400.380.36357.2325.950.78
HexA2616402826241651a33
Octal24214114405046445453263
Binary1010001011000011100100010100010011010010010110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26164; }

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

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

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

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

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

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

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

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