#A4686F

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

Shades of Turkish Rose #A4686F

Tints of Turkish Rose #A4686F

Color information

#A4686F (or 0xA4686F) is unknown color: approx Turkish Rose. HEX triplet: A4, 68 and 6F. RGB value is (164,104,111). Sum of RGB (Red+Green+Blue) = 164+104+111=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A4686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4686F is #5B9790. Grayscale: #7A7A7A. Windows color (decimal): -6002577 or 7301284. OLE color: 7301284.

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

Color convert

RGB164104111-
CMYK00.370.320.36
HSL353º24.79%52.55%-
HSV(B)353º36.59%64.31%-
XYZ23.1318.9417.48-
YUV122.74121.38157.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=43.27%
G=27.44%
B=29.29%

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
Decimal16410411100.370.320.3635324.7952.55
HexA4686F02520241611935
Octal24415015704540445413165
Binary1010010011010001101111010010110000010010010110000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4686F; }

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

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

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

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

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

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

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

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