#A46F7B

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

Shades of Turkish Rose #A46F7B

Tints of Turkish Rose #A46F7B

Color information

#A46F7B (or 0xA46F7B) is unknown color: approx Turkish Rose. HEX triplet: A4, 6F and 7B. RGB value is (164,111,123). Sum of RGB (Red+Green+Blue) = 164+111+123=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F7B is #5B9084. Grayscale: #808080. Windows color (decimal): -6000773 or 8089508. OLE color: 8089508.

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

Color convert

RGB164111123-
CMYK00.320.250.36
HSL346.42º22.55%53.92%-
HSV(B)346.42º32.32%64.31%-
XYZ24.5720.6921.44-
YUV128.22125.06153.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=41.21%
G=27.89%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411112300.320.250.36346.4222.5553.92
HexA46F7B020192415a1736
Octal24415717304031445322766
Binary101001001101111111101101000001100110010010101101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F7B; }

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

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

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

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

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

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

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

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