#A6727B

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

Shades of Turkish Rose #A6727B

Tints of Turkish Rose #A6727B

Color information

#A6727B (or 0xA6727B) is unknown color: approx Turkish Rose. HEX triplet: A6, 72 and 7B. RGB value is (166,114,123). Sum of RGB (Red+Green+Blue) = 166+114+123=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6727B is #598D84. Grayscale: #828282. Windows color (decimal): -5868933 or 8090278. OLE color: 8090278.

HSL color Cylindrical-coordinate representation of color #A6727B: hue angle of 349.62º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6727B is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166114123-
CMYK00.310.260.35
HSL349.62º22.61%54.9%-
HSV(B)349.62º31.33%65.1%-
XYZ25.3221.5721.57-
YUV130.57123.73153.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=41.19%
G=28.29%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611412300.310.260.35349.6222.6154.9
HexA6727B01F1A2315e1737
Octal24616217303732435362767
Binary10100110111001011110110111111101010001110101111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6727B; }

 p { color: rgb(166,114,123); }

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

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

 a { background-color: rgb(166,114,123); }

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

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

 span { border-color: rgb(166,114,123); }

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