#A3666A

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

Shades of Turkish Rose #A3666A

Tints of Turkish Rose #A3666A

Color information

#A3666A (or 0xA3666A) is unknown color: approx Turkish Rose. HEX triplet: A3, 66 and 6A. RGB value is (163,102,106). Sum of RGB (Red+Green+Blue) = 163+102+106=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3666A is #5C9995. Grayscale: #787878. Windows color (decimal): -6068630 or 6973091. OLE color: 6973091.

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

Color convert

RGB163102106-
CMYK00.370.350.36
HSL356.07º24.9%51.96%-
HSV(B)356.07º37.42%63.92%-
XYZ22.4618.3315.99-
YUV120.7119.71158.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=43.94%
G=27.49%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310210600.370.350.36356.0724.951.96
HexA3666A02523241641934
Octal24314615204543445443164
Binary1010001111001101101010010010110001110010010110010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3666A; }

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

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

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

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

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

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

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

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