#A46071

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

Shades of Turkish Rose #A46071

Tints of Turkish Rose #A46071

Color information

#A46071 (or 0xA46071) is unknown color: approx Turkish Rose. HEX triplet: A4, 60 and 71. RGB value is (164,96,113). Sum of RGB (Red+Green+Blue) = 164+96+113=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A46071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46071 is #5B9F8E. Grayscale: #767676. Windows color (decimal): -6004623 or 7430308. OLE color: 7430308.

HSL color Cylindrical-coordinate representation of color #A46071: hue angle of 345º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46071 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16496113-
CMYK00.410.310.36
HSL345º27.2%50.98%-
HSV(B)345º41.46%64.31%-
XYZ22.4717.4517.81-
YUV118.27125.03160.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=43.97%
G=25.74%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649611300.410.310.3634527.250.98
HexA460710291F241591b33
Octal24414016105137445313363
Binary101001001100000111000101010011111110010010101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46071; }

 p { color: rgb(164,96,113); }

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

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

 a { background-color: rgb(164,96,113); }

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

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

 span { border-color: rgb(164,96,113); }

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