#A4656A

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

Shades of Turkish Rose #A4656A

Tints of Turkish Rose #A4656A

Color information

#A4656A (or 0xA4656A) is unknown color: approx Turkish Rose. HEX triplet: A4, 65 and 6A. RGB value is (164,101,106). Sum of RGB (Red+Green+Blue) = 164+101+106=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4656A is #5B9A95. Grayscale: #787878. Windows color (decimal): -6003350 or 6972836. OLE color: 6972836.

HSL color Cylindrical-coordinate representation of color #A4656A: hue angle of 355.24º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4656A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164101106-
CMYK00.380.350.36
HSL355.24º25.71%51.96%-
HSV(B)355.24º38.41%64.31%-
XYZ22.5718.2415.97-
YUV120.41119.87159.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=44.20%
G=27.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410110600.380.350.36355.2425.7151.96
HexA4656A02623241631a34
Octal24414515204643445433264
Binary1010010011001011101010010011010001110010010110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4656A; }

 p { color: rgb(164,101,106); }

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

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

 a { background-color: rgb(164,101,106); }

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

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

 span { border-color: rgb(164,101,106); }

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