#A35F6B

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

Shades of Turkish Rose #A35F6B

Tints of Turkish Rose #A35F6B

Color information

#A35F6B (or 0xA35F6B) is unknown color: approx Turkish Rose. HEX triplet: A3, 5F and 6B. RGB value is (163,95,107). Sum of RGB (Red+Green+Blue) = 163+95+107=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F6B is #5CA094. Grayscale: #747474. Windows color (decimal): -6070421 or 7036835. OLE color: 7036835.

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

Color convert

RGB16395107-
CMYK00.420.340.36
HSL349.41º26.98%50.59%-
HSV(B)349.41º41.72%63.92%-
XYZ21.8517.0316.05-
YUV116.7122.53161.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=44.66%
G=26.03%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639510700.420.340.36349.4126.9850.59
HexA35F6B02A222415d1b33
Octal24313715305242445353363
Binary1010001110111111101011010101010001010010010101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F6B; }

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

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

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

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

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

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

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

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