#A56872

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

Shades of Turkish Rose #A56872

Tints of Turkish Rose #A56872

Color information

#A56872 (or 0xA56872) is unknown color: approx Turkish Rose. HEX triplet: A5, 68 and 72. RGB value is (165,104,114). Sum of RGB (Red+Green+Blue) = 165+104+114=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56872 is #5A978D. Grayscale: #7B7B7B. Windows color (decimal): -5937038 or 7497893. OLE color: 7497893.

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

Color convert

RGB165104114-
CMYK00.370.310.35
HSL350.16º25.31%52.75%-
HSV(B)350.16º36.97%64.71%-
XYZ23.519.1118.37-
YUV123.38122.71157.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=43.08%
G=27.15%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510411400.370.310.35350.1625.3152.75
HexA568720251F2315e1935
Octal24515016204537435363165
Binary101001011101000111001001001011111110001110101111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56872; }

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

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

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

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

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

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

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

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