#A4656B

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

Shades of Turkish Rose #A4656B

Tints of Turkish Rose #A4656B

Color information

#A4656B (or 0xA4656B) is unknown color: approx Turkish Rose. HEX triplet: A4, 65 and 6B. RGB value is (164,101,107). Sum of RGB (Red+Green+Blue) = 164+101+107=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4656B is #5B9A94. Grayscale: #787878. Windows color (decimal): -6003349 or 7038372. OLE color: 7038372.

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

Color convert

RGB164101107-
CMYK00.380.350.36
HSL354.29º25.71%51.96%-
HSV(B)354.29º38.41%64.31%-
XYZ22.6218.2616.24-
YUV120.52120.37159.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=44.09%
G=27.15%
B=28.76%

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
Decimal16410110700.380.350.36354.2925.7151.96
HexA4656B02623241621a34
Octal24414515304643445423264
Binary1010010011001011101011010011010001110010010110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4656B; }

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

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

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

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

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

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

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

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