#A56975

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

Shades of Turkish Rose #A56975

Tints of Turkish Rose #A56975

Color information

#A56975 (or 0xA56975) is unknown color: approx Turkish Rose. HEX triplet: A5, 69 and 75. RGB value is (165,105,117). Sum of RGB (Red+Green+Blue) = 165+105+117=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A56975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56975 is #5A968A. Grayscale: #7C7C7C. Windows color (decimal): -5936779 or 7694757. OLE color: 7694757.

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

Color convert

RGB165105117-
CMYK00.360.290.35
HSL348º25%52.94%-
HSV(B)348º36.36%64.71%-
XYZ23.7819.3919.32-
YUV124.31123.88157.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=42.64%
G=27.13%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510511700.360.290.353482552.94
HexA569750241D2315c1935
Octal24515116504435435343165
Binary101001011101001111010101001001110110001110101110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56975; }

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

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

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

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

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

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

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

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