#A56875

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

Shades of Turkish Rose #A56875

Tints of Turkish Rose #A56875

Color information

#A56875 (or 0xA56875) is unknown color: approx Turkish Rose. HEX triplet: A5, 68 and 75. RGB value is (165,104,117). Sum of RGB (Red+Green+Blue) = 165+104+117=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A56875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56875 is #5A978A. Grayscale: #7B7B7B. Windows color (decimal): -5937035 or 7694501. OLE color: 7694501.

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

Color convert

RGB165104117-
CMYK00.370.290.35
HSL347.21º25.31%52.75%-
HSV(B)347.21º36.97%64.71%-
XYZ23.6819.1819.28-
YUV123.72124.21157.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=42.75%
G=26.94%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510411700.370.290.35347.2125.3152.75
HexA568750251D2315b1935
Octal24515016504535435333165
Binary101001011101000111010101001011110110001110101101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56875; }

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

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

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

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

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

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

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

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