#A35F64

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

Shades of Turkish Rose #A35F64

Tints of Turkish Rose #A35F64

Color information

#A35F64 (or 0xA35F64) is unknown color: approx Turkish Rose. HEX triplet: A3, 5F and 64. RGB value is (163,95,100). Sum of RGB (Red+Green+Blue) = 163+95+100=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F64 is #5CA09B. Grayscale: #737373. Windows color (decimal): -6070428 or 6578083. OLE color: 6578083.

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

Color convert

RGB16395100-
CMYK00.420.390.36
HSL355.59º26.98%50.59%-
HSV(B)355.59º41.72%63.92%-
XYZ21.516.8914.18-
YUV115.9119.03161.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=45.53%
G=26.54%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639510000.420.390.36355.5926.9850.59
HexA35F6402A27241641b33
Octal24313714405247445443363
Binary1010001110111111100100010101010011110010010110010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F64; }

 p { color: rgb(163,95,100); }

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

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

 a { background-color: rgb(163,95,100); }

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

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

 span { border-color: rgb(163,95,100); }

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