#A35F6D

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

Shades of Turkish Rose #A35F6D

Tints of Turkish Rose #A35F6D

Color information

#A35F6D (or 0xA35F6D) is unknown color: approx Turkish Rose. HEX triplet: A3, 5F and 6D. RGB value is (163,95,109). Sum of RGB (Red+Green+Blue) = 163+95+109=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F6D is #5CA092. Grayscale: #747474. Windows color (decimal): -6070419 or 7167907. OLE color: 7167907.

HSL color Cylindrical-coordinate representation of color #A35F6D: hue angle of 347.65º 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 #A35F6D is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16395109-
CMYK00.420.330.36
HSL347.65º26.98%50.59%-
HSV(B)347.65º41.72%63.92%-
XYZ21.9617.0816.61-
YUV116.93123.53160.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=44.41%
G=25.89%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639510900.420.330.36347.6526.9850.59
HexA35F6D02A212415c1b33
Octal24313715505241445343363
Binary1010001110111111101101010101010000110010010101110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F6D; }

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

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

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

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

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

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

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

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