#A56B75

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

Shades of Turkish Rose #A56B75

Tints of Turkish Rose #A56B75

Color information

#A56B75 (or 0xA56B75) is unknown color: approx Turkish Rose. HEX triplet: A5, 6B and 75. RGB value is (165,107,117). Sum of RGB (Red+Green+Blue) = 165+107+117=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B75 is #5A948A. Grayscale: #7D7D7D. Windows color (decimal): -5936267 or 7695269. OLE color: 7695269.

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

Color convert

RGB165107117-
CMYK00.350.290.35
HSL349.66º24.37%53.33%-
HSV(B)349.66º35.15%64.71%-
XYZ23.9919.819.39-
YUV125.48123.22156.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=42.42%
G=27.51%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510711700.350.290.35349.6624.3753.33
HexA56B750231D2315e1835
Octal24515316504335435363065
Binary101001011101011111010101000111110110001110101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B75; }

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

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

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

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

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

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

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

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