#A3656B

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

Shades of Turkish Rose #A3656B

Tints of Turkish Rose #A3656B

Color information

#A3656B (or 0xA3656B) is unknown color: approx Turkish Rose. HEX triplet: A3, 65 and 6B. RGB value is (163,101,107). Sum of RGB (Red+Green+Blue) = 163+101+107=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3656B is #5C9A94. Grayscale: #787878. Windows color (decimal): -6068885 or 7038371. OLE color: 7038371.

HSL color Cylindrical-coordinate representation of color #A3656B: hue angle of 354.19º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3656B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163101107-
CMYK00.380.340.36
HSL354.19º25.2%51.76%-
HSV(B)354.19º38.04%63.92%-
XYZ22.4118.1616.23-
YUV120.22120.54158.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=43.94%
G=27.22%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310110700.380.340.36354.1925.251.76
HexA3656B02622241621934
Octal24314515304642445423164
Binary1010001111001011101011010011010001010010010110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3656B; }

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

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

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

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

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

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

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

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