#A46770

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

Shades of Turkish Rose #A46770

Tints of Turkish Rose #A46770

Color information

#A46770 (or 0xA46770) is unknown color: approx Turkish Rose. HEX triplet: A4, 67 and 70. RGB value is (164,103,112). Sum of RGB (Red+Green+Blue) = 164+103+112=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A46770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46770 is #5B988F. Grayscale: #7A7A7A. Windows color (decimal): -6002832 or 7366564. OLE color: 7366564.

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

Color convert

RGB164103112-
CMYK00.370.320.36
HSL351.15º25.1%52.35%-
HSV(B)351.15º37.2%64.31%-
XYZ23.0818.7617.73-
YUV122.26122.21157.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=43.27%
G=27.18%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410311200.370.320.36351.1525.152.35
HexA46770025202415f1934
Octal24414716004540445373164
Binary1010010011001111110000010010110000010010010101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46770; }

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

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

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

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

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

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

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

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