#A36364

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

Shades of Turkish Rose #A36364

Tints of Turkish Rose #A36364

Color information

#A36364 (or 0xA36364) is unknown color: approx Turkish Rose. HEX triplet: A3, 63 and 64. RGB value is (163,99,100). Sum of RGB (Red+Green+Blue) = 163+99+100=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A36364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36364 is #5C9C9B. Grayscale: #767676. Windows color (decimal): -6069404 or 6579107. OLE color: 6579107.

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

Color convert

RGB16399100-
CMYK00.390.390.36
HSL359.06º25.81%51.37%-
HSV(B)359.06º39.26%63.92%-
XYZ21.8717.6314.31-
YUV118.25117.7159.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=45.03%
G=27.35%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639910000.390.390.36359.0625.8151.37
HexA3636402727241671a33
Octal24314314404747445473263
Binary1010001111000111100100010011110011110010010110011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36364; }

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

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

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

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

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

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

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

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