#A56876

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

Shades of Turkish Rose #A56876

Tints of Turkish Rose #A56876

Color information

#A56876 (or 0xA56876) is unknown color: approx Turkish Rose. HEX triplet: A5, 68 and 76. RGB value is (165,104,118). Sum of RGB (Red+Green+Blue) = 165+104+118=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A56876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56876 is #5A9789. Grayscale: #7B7B7B. Windows color (decimal): -5937034 or 7760037. OLE color: 7760037.

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

Color convert

RGB165104118-
CMYK00.370.280.35
HSL346.23º25.31%52.75%-
HSV(B)346.23º36.97%64.71%-
XYZ23.7419.2119.6-
YUV123.84124.71157.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=42.64%
G=26.87%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510411800.370.280.35346.2325.3152.75
HexA568760251C2315a1935
Octal24515016604534435323165
Binary101001011101000111011001001011110010001110101101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56876; }

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

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

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

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

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

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

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

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