#A36165

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

Shades of Turkish Rose #A36165

Tints of Turkish Rose #A36165

Color information

#A36165 (or 0xA36165) is unknown color: approx Turkish Rose. HEX triplet: A3, 61 and 65. RGB value is (163,97,101). Sum of RGB (Red+Green+Blue) = 163+97+101=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A36165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36165 is #5C9E9A. Grayscale: #757575. Windows color (decimal): -6069915 or 6644131. OLE color: 6644131.

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

Color convert

RGB16397101-
CMYK00.400.380.36
HSL356.36º26.4%50.98%-
HSV(B)356.36º40.49%63.92%-
XYZ21.7317.2814.5-
YUV117.19118.87160.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=45.15%
G=26.87%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639710100.400.380.36356.3626.450.98
HexA3616502826241641a33
Octal24314114505046445443263
Binary1010001111000011100101010100010011010010010110010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36165; }

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

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

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

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

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

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

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

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