#A26869

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

Shades of Turkish Rose #A26869

Tints of Turkish Rose #A26869

Color information

#A26869 (or 0xA26869) is unknown color: approx Turkish Rose. HEX triplet: A2, 68 and 69. RGB value is (162,104,105). Sum of RGB (Red+Green+Blue) = 162+104+105=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A26869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26869 is #5D9796. Grayscale: #797979. Windows color (decimal): -6133655 or 6908066. OLE color: 6908066.

HSL color Cylindrical-coordinate representation of color #A26869: hue angle of 358.97º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26869 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB162104105-
CMYK00.360.350.36
HSL358.97º23.77%52.16%-
HSV(B)358.97º35.8%63.53%-
XYZ22.418.615.77-
YUV121.46118.72156.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=43.67%
G=28.03%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210410500.360.350.36358.9723.7752.16
HexA2686902423241671834
Octal24215015104443445473064
Binary1010001011010001101001010010010001110010010110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26869; }

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

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

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

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

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

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

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

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