#A3636A

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

Shades of Turkish Rose #A3636A

Tints of Turkish Rose #A3636A

Color information

#A3636A (or 0xA3636A) is unknown color: approx Turkish Rose. HEX triplet: A3, 63 and 6A. RGB value is (163,99,106). Sum of RGB (Red+Green+Blue) = 163+99+106=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3636A is #5C9C95. Grayscale: #767676. Windows color (decimal): -6069398 or 6972323. OLE color: 6972323.

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

Color convert

RGB16399106-
CMYK00.390.350.36
HSL353.44º25.81%51.37%-
HSV(B)353.44º39.26%63.92%-
XYZ22.1717.7515.89-
YUV118.93120.7159.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.29%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=44.29%
G=26.90%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639910600.390.350.36353.4425.8151.37
HexA3636A02723241611a33
Octal24314315204743445413263
Binary1010001111000111101010010011110001110010010110000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3636A; }

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

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

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

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

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

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

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

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