#A36061

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

Shades of Turkish Rose #A36061

Tints of Turkish Rose #A36061

Color information

#A36061 (or 0xA36061) is unknown color: approx Turkish Rose. HEX triplet: A3, 60 and 61. RGB value is (163,96,97). Sum of RGB (Red+Green+Blue) = 163+96+97=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A36061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36061 is #5C9F9E. Grayscale: #747474. Windows color (decimal): -6070175 or 6381731. OLE color: 6381731.

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

Color convert

RGB1639697-
CMYK00.410.400.36
HSL359.1º26.69%50.78%-
HSV(B)359.1º41.1%63.92%-
XYZ21.4417.0213.46-
YUV116.15117.2161.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 97 (38.28% from 255) = 27.25%
R=45.79%
G=26.97%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163969700.410.400.36359.126.6950.78
HexA3606102928241671b33
Octal24314014105150445473363
Binary1010001111000001100001010100110100010010010110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36061; }

 p { color: rgb(163,96,97); }

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

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

 a { background-color: rgb(163,96,97); }

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

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

 span { border-color: rgb(163,96,97); }

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