#A56167

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

Shades of Turkish Rose #A56167

Tints of Turkish Rose #A56167

Color information

#A56167 (or 0xA56167) is unknown color: approx Turkish Rose. HEX triplet: A5, 61 and 67. RGB value is (165,97,103). Sum of RGB (Red+Green+Blue) = 165+97+103=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A56167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56167 is #5A9E98. Grayscale: #767676. Windows color (decimal): -5938841 or 6775205. OLE color: 6775205.

HSL color Cylindrical-coordinate representation of color #A56167: hue angle of 354.71º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56167 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16597103-
CMYK00.410.380.35
HSL354.71º27.42%51.37%-
HSV(B)354.71º41.21%64.71%-
XYZ22.2417.5315.04-
YUV118.02119.53161.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=45.21%
G=26.58%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659710300.410.380.35354.7127.4251.37
HexA5616702926231631b33
Octal24514114705146435433363
Binary1010010111000011100111010100110011010001110110001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56167; }

 p { color: rgb(165,97,103); }

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

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

 a { background-color: rgb(165,97,103); }

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

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

 span { border-color: rgb(165,97,103); }

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