#A46772

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

Shades of Turkish Rose #A46772

Tints of Turkish Rose #A46772

Color information

#A46772 (or 0xA46772) is unknown color: approx Turkish Rose. HEX triplet: A4, 67 and 72. RGB value is (164,103,114). Sum of RGB (Red+Green+Blue) = 164+103+114=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46772 is #5B988D. Grayscale: #7A7A7A. Windows color (decimal): -6002830 or 7497636. OLE color: 7497636.

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

Color convert

RGB164103114-
CMYK00.370.300.36
HSL349.18º25.1%52.35%-
HSV(B)349.18º37.2%64.31%-
XYZ23.218.8118.33-
YUV122.49123.21157.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=43.04%
G=27.03%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410311400.370.300.36349.1825.152.35
HexA467720251E2415d1934
Octal24414716204536445353164
Binary101001001100111111001001001011111010010010101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46772; }

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

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

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

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

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

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

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

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