#A46B6F

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

Shades of Turkish Rose #A46B6F

Tints of Turkish Rose #A46B6F

Color information

#A46B6F (or 0xA46B6F) is unknown color: approx Turkish Rose. HEX triplet: A4, 6B and 6F. RGB value is (164,107,111). Sum of RGB (Red+Green+Blue) = 164+107+111=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B6F is #5B9490. Grayscale: #7C7C7C. Windows color (decimal): -6001809 or 7302052. OLE color: 7302052.

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

Color convert

RGB164107111-
CMYK00.350.320.36
HSL355.79º23.85%53.14%-
HSV(B)355.79º34.76%64.31%-
XYZ23.4419.5617.58-
YUV124.5120.38156.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=42.93%
G=28.01%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410711100.350.320.36355.7923.8553.14
HexA46B6F02320241641835
Octal24415315704340445443065
Binary1010010011010111101111010001110000010010010110010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B6F; }

 p { color: rgb(164,107,111); }

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

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

 a { background-color: rgb(164,107,111); }

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

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

 span { border-color: rgb(164,107,111); }

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