#A46B70

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

Shades of Turkish Rose #A46B70

Tints of Turkish Rose #A46B70

Color information

#A46B70 (or 0xA46B70) is unknown color: approx Turkish Rose. HEX triplet: A4, 6B and 70. RGB value is (164,107,112). Sum of RGB (Red+Green+Blue) = 164+107+112=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B70 is #5B948F. Grayscale: #7C7C7C. Windows color (decimal): -6001808 or 7367588. OLE color: 7367588.

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

Color convert

RGB164107112-
CMYK00.350.320.36
HSL354.74º23.85%53.14%-
HSV(B)354.74º34.76%64.31%-
XYZ23.4919.5817.87-
YUV124.61120.88156.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=42.82%
G=27.94%
B=29.24%

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
Decimal16410711200.350.320.36354.7423.8553.14
HexA46B7002320241631835
Octal24415316004340445433065
Binary1010010011010111110000010001110000010010010110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B70; }

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

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

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

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

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

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

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

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