#A56869

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

Shades of Turkish Rose #A56869

Tints of Turkish Rose #A56869

Color information

#A56869 (or 0xA56869) is unknown color: approx Turkish Rose. HEX triplet: A5, 68 and 69. RGB value is (165,104,105). Sum of RGB (Red+Green+Blue) = 165+104+105=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A56869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56869 is #5A9796. Grayscale: #7A7A7A. Windows color (decimal): -5937047 or 6908069. OLE color: 6908069.

HSL color Cylindrical-coordinate representation of color #A56869: hue angle of 359.02º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56869 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB165104105-
CMYK00.370.360.35
HSL359.02º25.31%52.75%-
HSV(B)359.02º36.97%64.71%-
XYZ23.0218.9215.8-
YUV122.35118.21158.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=44.12%
G=27.81%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510410500.370.360.35359.0225.3152.75
HexA5686902524231671935
Octal24515015104544435473165
Binary1010010111010001101001010010110010010001110110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56869; }

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

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

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

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

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

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

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

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