#A4676C

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

Shades of Turkish Rose #A4676C

Tints of Turkish Rose #A4676C

Color information

#A4676C (or 0xA4676C) is unknown color: approx Turkish Rose. HEX triplet: A4, 67 and 6C. RGB value is (164,103,108). Sum of RGB (Red+Green+Blue) = 164+103+108=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4676C is #5B9893. Grayscale: #797979. Windows color (decimal): -6002836 or 7104420. OLE color: 7104420.

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

Color convert

RGB164103108-
CMYK00.370.340.36
HSL355.08º25.1%52.35%-
HSV(B)355.08º37.2%64.31%-
XYZ22.8718.6816.59-
YUV121.81120.21158.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=43.73%
G=27.47%
B=28.8%

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
Decimal16410310800.370.340.36355.0825.152.35
HexA4676C02522241631934
Octal24414715404542445433164
Binary1010010011001111101100010010110001010010010110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4676C; }

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

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

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

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

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

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

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

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