#A3666D

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

Shades of Turkish Rose #A3666D

Tints of Turkish Rose #A3666D

Color information

#A3666D (or 0xA3666D) is unknown color: approx Turkish Rose. HEX triplet: A3, 66 and 6D. RGB value is (163,102,109). Sum of RGB (Red+Green+Blue) = 163+102+109=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3666D is #5C9992. Grayscale: #797979. Windows color (decimal): -6068627 or 7169699. OLE color: 7169699.

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

Color convert

RGB163102109-
CMYK00.370.330.36
HSL353.11º24.9%51.96%-
HSV(B)353.11º37.42%63.92%-
XYZ22.6218.3916.83-
YUV121.04121.21157.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=43.58%
G=27.27%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310210900.370.330.36353.1124.951.96
HexA3666D02521241611934
Octal24314615504541445413164
Binary1010001111001101101101010010110000110010010110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3666D; }

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

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

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

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

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

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

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

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