#A46069

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

Shades of Turkish Rose #A46069

Tints of Turkish Rose #A46069

Color information

#A46069 (or 0xA46069) is unknown color: approx Turkish Rose. HEX triplet: A4, 60 and 69. RGB value is (164,96,105). Sum of RGB (Red+Green+Blue) = 164+96+105=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A46069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46069 is #5B9F96. Grayscale: #757575. Windows color (decimal): -6004631 or 6906020. OLE color: 6906020.

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

Color convert

RGB16496105-
CMYK00.410.360.36
HSL352.06º27.2%50.98%-
HSV(B)352.06º41.46%64.31%-
XYZ22.0417.2815.54-
YUV117.36121.03161.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=44.93%
G=26.30%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649610500.410.360.36352.0627.250.98
HexA4606902924241601b33
Octal24414015105144445403363
Binary1010010011000001101001010100110010010010010110000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46069; }

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

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

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

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

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

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

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

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