#A26169

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

Shades of Turkish Rose #A26169

Tints of Turkish Rose #A26169

Color information

#A26169 (or 0xA26169) is unknown color: approx Turkish Rose. HEX triplet: A2, 61 and 69. RGB value is (162,97,105). Sum of RGB (Red+Green+Blue) = 162+97+105=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A26169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26169 is #5D9E96. Grayscale: #757575. Windows color (decimal): -6135447 or 6906274. OLE color: 6906274.

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

Color convert

RGB16297105-
CMYK00.400.350.36
HSL352.62º25.9%50.78%-
HSV(B)352.62º40.12%63.53%-
XYZ21.7217.2515.55-
YUV117.35121.03159.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=44.51%
G=26.65%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629710500.400.350.36352.6225.950.78
HexA2616902823241611a33
Octal24214115105043445413263
Binary1010001011000011101001010100010001110010010110000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26169; }

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

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

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

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

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

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

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

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