#A35E65

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

Shades of Turkish Rose #A35E65

Tints of Turkish Rose #A35E65

Color information

#A35E65 (or 0xA35E65) is unknown color: approx Turkish Rose. HEX triplet: A3, 5E and 65. RGB value is (163,94,101). Sum of RGB (Red+Green+Blue) = 163+94+101=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E65 is #5CA19A. Grayscale: #737373. Windows color (decimal): -6070683 or 6643363. OLE color: 6643363.

HSL color Cylindrical-coordinate representation of color #A35E65: hue angle of 353.91º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35E65 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16394101-
CMYK00.420.380.36
HSL353.91º27.27%50.39%-
HSV(B)353.91º42.33%63.92%-
XYZ21.4616.7314.41-
YUV115.43119.86161.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=45.53%
G=26.26%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639410100.420.380.36353.9127.2750.39
HexA35E6502A26241621b32
Octal24313614505246445423362
Binary1010001110111101100101010101010011010010010110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E65; }

 p { color: rgb(163,94,101); }

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

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

 a { background-color: rgb(163,94,101); }

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

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

 span { border-color: rgb(163,94,101); }

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