#A4686D

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

Shades of Turkish Rose #A4686D

Tints of Turkish Rose #A4686D

Color information

#A4686D (or 0xA4686D) is unknown color: approx Turkish Rose. HEX triplet: A4, 68 and 6D. RGB value is (164,104,109). Sum of RGB (Red+Green+Blue) = 164+104+109=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4686D is #5B9792. Grayscale: #7A7A7A. Windows color (decimal): -6002579 or 7170212. OLE color: 7170212.

HSL color Cylindrical-coordinate representation of color #A4686D: hue angle of 355º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4686D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB164104109-
CMYK00.370.340.36
HSL355º24.79%52.55%-
HSV(B)355º36.59%64.31%-
XYZ23.0218.916.9-
YUV122.51120.38157.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=43.50%
G=27.59%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410410900.370.340.3635524.7952.55
HexA4686D02522241631935
Octal24415015504542445433165
Binary1010010011010001101101010010110001010010010110001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4686D; }

 p { color: rgb(164,104,109); }

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

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

 a { background-color: rgb(164,104,109); }

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

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

 span { border-color: rgb(164,104,109); }

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