#a56268

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

Shades of Turkish Rose #A56268

Tints of Turkish Rose #A56268

Color information

#A56268 (or 0xA56268) is unknown color: approx Turkish Rose. HEX triplet: A5, 62 and 68. RGB value is (165,98,104). Sum of RGB (Red+Green+Blue) = 165+98+104=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A56268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56268 is #5A9D97. Grayscale: #767676. Windows color (decimal): -5938584 or 6840997. OLE color: 6840997.

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

Color convert

RGB16598104-
CMYK00.410.370.35
HSL354.63º27.13%51.57%-
HSV(B)354.63º40.61%64.71%-
XYZ22.3817.7315.34-
YUV118.72119.7161.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=44.96%
G=26.70%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659810400.410.370.35354.6327.1351.57
HexA5626802925231631b34
Octal24514215005145435433364
Binary1010010111000101101000010100110010110001110110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56268; }

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

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

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

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

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

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

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

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